Class Dimension
- java.lang.Object
-
- software.amazon.awssdk.services.route53.model.Dimension
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Dimension.Builder,Dimension>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDimension.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Dimension.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()For the metric that the CloudWatch alarm is associated with, the value of one dimension.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
For the metric that the CloudWatch alarm is associated with, the name of one dimension.
- Returns:
- For the metric that the CloudWatch alarm is associated with, the name of one dimension.
-
value
public final String value()
For the metric that the CloudWatch alarm is associated with, the value of one dimension.
- Returns:
- For the metric that the CloudWatch alarm is associated with, the value of one dimension.
-
toBuilder
public Dimension.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Dimension.Builder,Dimension>
-
builder
public static Dimension.Builder builder()
-
serializableBuilderClass
public static Class<? extends Dimension.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-