@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CloudWatchMetricsDimension extends Object implements Serializable, Cloneable, StructuredPojo
The dimension of a Amazon CloudWatch metric that is used when DevOps Guru analyzes the resources in your account for operational problems and anomalous behavior. A dimension is a name/value pair that is part of the identity of a metric. A metric can have up to 10 dimensions. For more information, see Dimensions in the Amazon CloudWatch User Guide.
| Constructor and Description |
|---|
CloudWatchMetricsDimension() |
| Modifier and Type | Method and Description |
|---|---|
CloudWatchMetricsDimension |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the CloudWatch dimension.
|
String |
getValue()
The value of the CloudWatch dimension.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setName(String name)
The name of the CloudWatch dimension.
|
void |
setValue(String value)
The value of the CloudWatch dimension.
|
String |
toString()
Returns a string representation of this object.
|
CloudWatchMetricsDimension |
withName(String name)
The name of the CloudWatch dimension.
|
CloudWatchMetricsDimension |
withValue(String value)
The value of the CloudWatch dimension.
|
public void setName(String name)
The name of the CloudWatch dimension.
name - The name of the CloudWatch dimension.public String getName()
The name of the CloudWatch dimension.
public CloudWatchMetricsDimension withName(String name)
The name of the CloudWatch dimension.
name - The name of the CloudWatch dimension.public void setValue(String value)
The value of the CloudWatch dimension.
value - The value of the CloudWatch dimension.public String getValue()
The value of the CloudWatch dimension.
public CloudWatchMetricsDimension withValue(String value)
The value of the CloudWatch dimension.
value - The value of the CloudWatch dimension.public String toString()
toString in class ObjectObject.toString()public CloudWatchMetricsDimension clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.