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