Class CfnAlarm.DimensionProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.CfnAlarm.DimensionProperty.Jsii$Proxy
All Implemented Interfaces:
CfnAlarm.DimensionProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnAlarm.DimensionProperty

@Stability(Stable) @Internal public static final class CfnAlarm.DimensionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAlarm.DimensionProperty
An implementation for CfnAlarm.DimensionProperty
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnAlarm.DimensionProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnAlarm.DimensionProperty.Builder.
  • Method Details

    • getName

      public final String getName()
      Description copied from interface: CfnAlarm.DimensionProperty
      The name of the dimension, from 1–255 characters in length.

      This dimension name must have been included when the metric was published.

      Specified by:
      getName in interface CfnAlarm.DimensionProperty
    • getValue

      public final String getValue()
      Description copied from interface: CfnAlarm.DimensionProperty
      The value for the dimension, from 1–255 characters in length.
      Specified by:
      getValue in interface CfnAlarm.DimensionProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object