public class GetReportListByNextTokenResult 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="ReportInfo" type="{http://mws.amazonaws.com/doc/2009-01-01/}ReportInfo" 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 boolean |
hasNext |
protected String |
nextToken |
protected List<ReportInfo> |
reportInfo |
| Constructor and Description |
|---|
GetReportListByNextTokenResult()
Default constructor
|
GetReportListByNextTokenResult(String nextToken,
boolean hasNext,
List<ReportInfo> reportInfo)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNextToken()
Gets the value of the nextToken property.
|
List<ReportInfo> |
getReportInfoList()
Gets the value of the reportInfo property.
|
boolean |
isHasNext()
Gets the value of the hasNext property.
|
boolean |
isSetHasNext() |
boolean |
isSetNextToken() |
boolean |
isSetReportInfoList() |
void |
setHasNext(boolean value)
Sets the value of the hasNext property.
|
void |
setNextToken(String value)
Sets the value of the nextToken property.
|
void |
setReportInfoList(List<ReportInfo> reportInfo)
Sets the value of the reportInfo property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
protected String |
toXMLFragment()
XML fragment representation of this object
|
void |
unsetReportInfoList() |
GetReportListByNextTokenResult |
withHasNext(boolean value)
Sets the value of the HasNext property.
|
GetReportListByNextTokenResult |
withNextToken(String value)
Sets the value of the NextToken property.
|
GetReportListByNextTokenResult |
withReportInfoList(ReportInfo... values)
Sets the value of the ReportInfo property.
|
protected String nextToken
protected boolean hasNext
protected List<ReportInfo> reportInfo
public GetReportListByNextTokenResult()
public GetReportListByNextTokenResult(String nextToken, boolean hasNext, List<ReportInfo> reportInfo)
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<ReportInfo> getReportInfoList()
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 reportInfo property.
For example, to add a new item, do as follows:
getReportInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ReportInfo
public boolean isSetReportInfoList()
public void unsetReportInfoList()
public GetReportListByNextTokenResult withNextToken(String value)
value - public GetReportListByNextTokenResult withHasNext(boolean value)
value - public GetReportListByNextTokenResult withReportInfoList(ReportInfo... values)
values - public void setReportInfoList(List<ReportInfo> reportInfo)
reportInfo - allowed object is
ReportInfoprotected String toXMLFragment()
protected String toJSONFragment()
Copyright © 2020. All rights reserved.