@Generated(value="software.amazon.awssdk:codegen") public final class Dimension extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Dimension.Builder,Dimension>
For the metric that the CloudWatch alarm is associated with, a complex type that contains information about one dimension.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Dimension.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Dimension.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
For the metric that the CloudWatch alarm is associated with, the name of one dimension.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Dimension.Builder> |
serializableBuilderClass() |
Dimension.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
For the metric that the CloudWatch alarm is associated with, the value of one dimension.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
For the metric that the CloudWatch alarm is associated with, the name of one dimension.
public final String value()
For the metric that the CloudWatch alarm is associated with, the value of one dimension.
public Dimension.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Dimension.Builder,Dimension>public static Dimension.Builder builder()
public static Class<? extends Dimension.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.