@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteStatisticsValueMap extends Object implements Serializable, Cloneable, StructuredPojo
The payload for DeleteStatistics.
Constructor and Description |
---|
DeleteStatisticsValueMap() |
Modifier and Type | Method and Description |
---|---|
DeleteStatisticsValueMap |
clone() |
boolean |
equals(Object obj) |
Boolean |
getActive()
The current status of the statistics.
|
String |
getStatisticsId()
The ID of the statistics generation run that is currently occurring.
|
int |
hashCode() |
Boolean |
isActive()
The current status of the statistics.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActive(Boolean active)
The current status of the statistics.
|
void |
setStatisticsId(String statisticsId)
The ID of the statistics generation run that is currently occurring.
|
String |
toString()
Returns a string representation of this object.
|
DeleteStatisticsValueMap |
withActive(Boolean active)
The current status of the statistics.
|
DeleteStatisticsValueMap |
withStatisticsId(String statisticsId)
The ID of the statistics generation run that is currently occurring.
|
public void setActive(Boolean active)
The current status of the statistics.
active
- The current status of the statistics.public Boolean getActive()
The current status of the statistics.
public DeleteStatisticsValueMap withActive(Boolean active)
The current status of the statistics.
active
- The current status of the statistics.public Boolean isActive()
The current status of the statistics.
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 DeleteStatisticsValueMap 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 Object
Object.toString()
public DeleteStatisticsValueMap clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.