public class GetFeedSubmissionListByNextTokenResult 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="NextToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="HasNext" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<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 List<FeedSubmissionInfo> |
feedSubmissionInfo |
protected boolean |
hasNext |
protected String |
nextToken |
| Constructor and Description |
|---|
GetFeedSubmissionListByNextTokenResult()
Default constructor
|
GetFeedSubmissionListByNextTokenResult(String nextToken,
boolean hasNext,
List<FeedSubmissionInfo> feedSubmissionInfo)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<FeedSubmissionInfo> |
getFeedSubmissionInfoList()
Gets the value of the feedSubmissionInfo property.
|
String |
getNextToken()
Gets the value of the nextToken property.
|
boolean |
isHasNext()
Gets the value of the hasNext property.
|
boolean |
isSetFeedSubmissionInfoList() |
boolean |
isSetHasNext() |
boolean |
isSetNextToken() |
void |
setFeedSubmissionInfoList(List<FeedSubmissionInfo> feedSubmissionInfoList)
Sets the value of the feedSubmissionInfo property.
|
void |
setHasNext(boolean value)
Sets the value of the hasNext property.
|
void |
setNextToken(String value)
Sets the value of the nextToken property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
protected String |
toXMLFragment()
XML fragment representation of this object
|
void |
unsetFeedSubmissionInfoList() |
GetFeedSubmissionListByNextTokenResult |
withFeedSubmissionInfoList(FeedSubmissionInfo... values)
Sets the value of the FeedSubmissionInfo property.
|
GetFeedSubmissionListByNextTokenResult |
withHasNext(boolean value)
Sets the value of the HasNext property.
|
GetFeedSubmissionListByNextTokenResult |
withNextToken(String value)
Sets the value of the NextToken property.
|
protected String nextToken
protected boolean hasNext
protected List<FeedSubmissionInfo> feedSubmissionInfo
public GetFeedSubmissionListByNextTokenResult()
public GetFeedSubmissionListByNextTokenResult(String nextToken, boolean hasNext, List<FeedSubmissionInfo> feedSubmissionInfo)
public String getNextToken()
Stringpublic void setNextToken(String value)
value - allowed object is
Stringpublic boolean isSetNextToken()
public boolean isHasNext()
public void setHasNext(boolean value)
public boolean isSetHasNext()
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 GetFeedSubmissionListByNextTokenResult withNextToken(String value)
value - public GetFeedSubmissionListByNextTokenResult withHasNext(boolean value)
value - public GetFeedSubmissionListByNextTokenResult withFeedSubmissionInfoList(FeedSubmissionInfo... values)
values - public void setFeedSubmissionInfoList(List<FeedSubmissionInfo> feedSubmissionInfoList)
feedSubmissionInfoList - allowed object is
FeedSubmissionInfoprotected String toXMLFragment()
protected String toJSONFragment()
Copyright © 2020. All rights reserved.