@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RefreshStatisticsIdMap extends Object implements Serializable, Cloneable, StructuredPojo
Statistics for REFRESH mode.
| Constructor and Description |
|---|
RefreshStatisticsIdMap() |
| Modifier and Type | Method and Description |
|---|---|
RefreshStatisticsIdMap |
clone() |
boolean |
equals(Object obj) |
String |
getStatisticsId()
The ID of the statistics generation run that is currently occurring.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatisticsId(String statisticsId)
The ID of the statistics generation run that is currently occurring.
|
String |
toString()
Returns a string representation of this object.
|
RefreshStatisticsIdMap |
withStatisticsId(String statisticsId)
The ID of the statistics generation run that is currently occurring.
|
public void setStatisticsId(String statisticsId)
The ID of the statistics generation run that is currently occurring.
statisticsId - The ID of the statistics generation run that is currently occurring.public String getStatisticsId()
The ID of the statistics generation run that is currently occurring.
public RefreshStatisticsIdMap withStatisticsId(String statisticsId)
The ID of the statistics generation run that is currently occurring.
statisticsId - The ID of the statistics generation run that is currently occurring.public String toString()
toString in class ObjectObject.toString()public RefreshStatisticsIdMap clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.