@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 Object
Object.toString()
public Statistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.