public class CancelFeedSubmissionsResult extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Count" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="FeedSubmissionInfo" type="{http://mws.amazonaws.com/doc/2009-01-01/}FeedSubmissionInfo" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Wed Feb 18 13:28:59 PST 2009| Modifier and Type | Field and Description |
|---|---|
protected int |
count |
protected List<FeedSubmissionInfo> |
feedSubmissionInfo |
| Constructor and Description |
|---|
CancelFeedSubmissionsResult()
Default constructor
|
CancelFeedSubmissionsResult(int count,
List<FeedSubmissionInfo> feedSubmissionInfo)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the value of the count property.
|
List<FeedSubmissionInfo> |
getFeedSubmissionInfoList()
Gets the value of the feedSubmissionInfo property.
|
boolean |
isSetCount() |
boolean |
isSetFeedSubmissionInfoList() |
void |
setCount(int value)
Sets the value of the count property.
|
void |
setFeedSubmissionInfoList(List<FeedSubmissionInfo> feedSubmissionInfoList)
Sets the value of the feedSubmissionInfo property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
protected String |
toXMLFragment()
XML fragment representation of this object
|
void |
unsetFeedSubmissionInfoList() |
CancelFeedSubmissionsResult |
withCount(int value)
Sets the value of the Count property.
|
CancelFeedSubmissionsResult |
withFeedSubmissionInfo(FeedSubmissionInfo... values)
Sets the value of the FeedSubmissionInfo property.
|
protected int count
protected List<FeedSubmissionInfo> feedSubmissionInfo
public CancelFeedSubmissionsResult()
public CancelFeedSubmissionsResult(int count,
List<FeedSubmissionInfo> feedSubmissionInfo)
public int getCount()
public void setCount(int value)
public boolean isSetCount()
public List<FeedSubmissionInfo> getFeedSubmissionInfoList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the feedSubmissionInfo property.
For example, to add a new item, do as follows:
getFeedSubmissionInfo().add(newItem);
Objects of the following type(s) are allowed in the list
FeedSubmissionInfo
public boolean isSetFeedSubmissionInfoList()
public void unsetFeedSubmissionInfoList()
public CancelFeedSubmissionsResult withCount(int value)
value - public CancelFeedSubmissionsResult withFeedSubmissionInfo(FeedSubmissionInfo... values)
values - public void setFeedSubmissionInfoList(List<FeedSubmissionInfo> feedSubmissionInfoList)
feedSubmissionInfoList - allowed object is
FeedSubmissionInfoprotected String toXMLFragment()
protected String toJSONFragment()
Copyright © 2020. All rights reserved.