public class CancelReportRequestsResult 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="ReportRequestInfo" type="{http://mws.amazonaws.com/doc/2009-01-01/}ReportRequestInfo" 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<ReportRequestInfo> |
reportRequestInfo |
| Constructor and Description |
|---|
CancelReportRequestsResult()
Default constructor
|
CancelReportRequestsResult(int count,
List<ReportRequestInfo> reportRequestInfo)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the value of the count property.
|
List<ReportRequestInfo> |
getReportRequestInfoList()
Gets the value of the reportRequestInfo property.
|
boolean |
isSetCount() |
boolean |
isSetReportRequestInfoList() |
void |
setCount(int value)
Sets the value of the count property.
|
void |
setReportRequestInfoList(List<ReportRequestInfo> reportRequestInfoList)
Sets the value of the reportRequestInfo property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
protected String |
toXMLFragment()
XML fragment representation of this object
|
void |
unsetReportRequestInfoList() |
CancelReportRequestsResult |
withCount(int value)
Sets the value of the Count property.
|
CancelReportRequestsResult |
withReportRequestInfo(ReportRequestInfo... values)
Sets the value of the ReportRequestInfo property.
|
protected int count
protected List<ReportRequestInfo> reportRequestInfo
public CancelReportRequestsResult()
public CancelReportRequestsResult(int count,
List<ReportRequestInfo> reportRequestInfo)
public int getCount()
public void setCount(int value)
public boolean isSetCount()
public List<ReportRequestInfo> getReportRequestInfoList()
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 reportRequestInfo property.
For example, to add a new item, do as follows:
getReportRequestInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ReportRequestInfo
public boolean isSetReportRequestInfoList()
public void unsetReportRequestInfoList()
public CancelReportRequestsResult withCount(int value)
value - public CancelReportRequestsResult withReportRequestInfo(ReportRequestInfo... values)
values - public void setReportRequestInfoList(List<ReportRequestInfo> reportRequestInfoList)
reportRequestInfoList - allowed object is
ReportRequestInfoprotected String toXMLFragment()
protected String toJSONFragment()
Copyright © 2020. All rights reserved.