public class GetReportScheduleCountResult 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" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Wed Feb 18 13:28:59 PST 2009| Constructor and Description |
|---|
GetReportScheduleCountResult()
Default constructor
|
GetReportScheduleCountResult(Integer count)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCount()
Gets the value of the count property.
|
boolean |
isSetCount() |
void |
setCount(Integer value)
Sets the value of the count property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
protected String |
toXMLFragment()
XML fragment representation of this object
|
GetReportScheduleCountResult |
withCount(Integer value)
Sets the value of the Count property.
|
protected Integer count
public GetReportScheduleCountResult()
public GetReportScheduleCountResult(Integer count)
public Integer getCount()
Integerpublic void setCount(Integer value)
value - allowed object is
Integerpublic boolean isSetCount()
public GetReportScheduleCountResult withCount(Integer value)
value - protected String toXMLFragment()
protected String toJSONFragment()
Copyright © 2020. All rights reserved.