@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Dimension extends Object implements Serializable, Cloneable, StructuredPojo
Internal only. Represents the dimensions of a metric. To learn more about the metrics published to Amazon CloudWatch, see Amazon MWAA performance metrics in Amazon CloudWatch.
| Constructor and Description |
|---|
Dimension() |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Internal only.
|
String |
getValue()
Internal only.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
Internal only.
|
void |
setValue(String value)
Internal only.
|
String |
toString()
Returns a string representation of this object.
|
Dimension |
withName(String name)
Internal only.
|
Dimension |
withValue(String value)
Internal only.
|
public void setName(String name)
Internal only. The name of the dimension.
name - Internal only. The name of the dimension.public String getName()
Internal only. The name of the dimension.
public Dimension withName(String name)
Internal only. The name of the dimension.
name - Internal only. The name of the dimension.public void setValue(String value)
Internal only. The value of the dimension.
value - Internal only. The value of the dimension.public String getValue()
Internal only. The value of the dimension.
public Dimension withValue(String value)
Internal only. The value of the dimension.
value - Internal only. The value of the dimension.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.