@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Statistics extends Object implements Serializable, Cloneable, StructuredPojo
A map of key-value pairs for all supported statistics. Currently, only count is supported.
| Constructor and Description |
|---|
Statistics() |
| Modifier and Type | Method and Description |
|---|---|
Statistics |
clone() |
boolean |
equals(Object obj) |
Integer |
getCount()
The count of things that match the query.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCount(Integer count)
The count of things that match the query.
|
String |
toString()
Returns a string representation of this object.
|
Statistics |
withCount(Integer count)
The count of things that match the query.
|
public void setCount(Integer count)
The count of things that match the query.
count - The count of things that match the query.public Integer getCount()
The count of things that match the query.
public Statistics withCount(Integer count)
The count of things that match the query.
count - The count of things that match the query.public String toString()
toString in class ObjectObject.toString()public Statistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.