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()
boolean
getName()
The name of the dimension.getValue()
The value of the dimension.int
hashCode()
void
The name of the dimension.void
The 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
The name of the dimension.
- Returns:
- The name of the dimension.
-
withName
The name of the dimension.
- Parameters:
name
- The name of the dimension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setValue
The value of the dimension.
- Parameters:
value
- The value of the dimension.
-
getValue
The value of the dimension.
- Returns:
- The value of the dimension.
-
withValue
The value of the dimension.
- Parameters:
value
- The value of the dimension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-