public class GetFeedSubmissionCountResult 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"/>
</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 |
| Constructor and Description |
|---|
GetFeedSubmissionCountResult()
Default constructor
|
GetFeedSubmissionCountResult(int count)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
Gets the value of the count property.
|
boolean |
isSetCount() |
void |
setCount(int 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
|
GetFeedSubmissionCountResult |
withCount(int value)
Sets the value of the Count property.
|
public GetFeedSubmissionCountResult()
public GetFeedSubmissionCountResult(int count)
public int getCount()
public void setCount(int value)
public boolean isSetCount()
public GetFeedSubmissionCountResult withCount(int value)
value - protected String toXMLFragment()
protected String toJSONFragment()
Copyright © 2020. All rights reserved.