@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActivityMetrics extends Object implements Serializable, Cloneable
A container for the activity metrics.
Constructor and Description |
---|
ActivityMetrics() |
Modifier and Type | Method and Description |
---|---|
ActivityMetrics |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsEnabled()
A container for whether the activity metrics are enabled.
|
int |
hashCode() |
Boolean |
isEnabled()
A container for whether the activity metrics are enabled.
|
void |
setIsEnabled(Boolean isEnabled)
A container for whether the activity metrics are enabled.
|
String |
toString()
Returns a string representation of this object.
|
ActivityMetrics |
withIsEnabled(Boolean isEnabled)
A container for whether the activity metrics are enabled.
|
public void setIsEnabled(Boolean isEnabled)
A container for whether the activity metrics are enabled.
isEnabled
- A container for whether the activity metrics are enabled.public Boolean getIsEnabled()
A container for whether the activity metrics are enabled.
public ActivityMetrics withIsEnabled(Boolean isEnabled)
A container for whether the activity metrics are enabled.
isEnabled
- A container for whether the activity metrics are enabled.public Boolean isEnabled()
A container for whether the activity metrics are enabled.
public String toString()
toString
in class Object
Object.toString()
public ActivityMetrics clone()