@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatastoreStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Statistical information about the data store.
Constructor and Description |
---|
DatastoreStatistics() |
Modifier and Type | Method and Description |
---|---|
DatastoreStatistics |
clone() |
boolean |
equals(Object obj) |
EstimatedResourceSize |
getSize()
The estimated size of the data store.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSize(EstimatedResourceSize size)
The estimated size of the data store.
|
String |
toString()
Returns a string representation of this object.
|
DatastoreStatistics |
withSize(EstimatedResourceSize size)
The estimated size of the data store.
|
public void setSize(EstimatedResourceSize size)
The estimated size of the data store.
size
- The estimated size of the data store.public EstimatedResourceSize getSize()
The estimated size of the data store.
public DatastoreStatistics withSize(EstimatedResourceSize size)
The estimated size of the data store.
size
- The estimated size of the data store.public String toString()
toString
in class Object
Object.toString()
public DatastoreStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.