Class Dimension
java.lang.Object
com.amazonaws.services.route53.model.Dimension
- All Implemented Interfaces:
Serializable, Cloneable
The name and value of a dimension for a CloudWatch metric.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetName()The name of the dimension.getValue()The value of the dimension.inthashCode()voidThe name of the dimension.voidThe value of the dimension.toString()Returns a string representation of this object; useful for testing and debugging.The name of the dimension.The value of the dimension.
-
Constructor Details
-
Dimension
public Dimension()
-
-
Method Details
-
setName
The name of the dimension.
- Parameters:
name- The name of the dimension.
-
getName
-
withName
-
setValue
The value of the dimension.
- Parameters:
value- The value of the dimension.
-
getValue
-
withValue
-
toString
-
equals
-
hashCode
-
clone
-