Class CfnDedicatedIpPool.TagsProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpointemail.CfnDedicatedIpPool.TagsProperty.Jsii$Proxy
All Implemented Interfaces:
CfnDedicatedIpPool.TagsProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDedicatedIpPool.TagsProperty

@Stability(Stable) @Internal public static final class CfnDedicatedIpPool.TagsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDedicatedIpPool.TagsProperty
An implementation for CfnDedicatedIpPool.TagsProperty
  • 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(CfnDedicatedIpPool.TagsProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnDedicatedIpPool.TagsProperty.Builder.
  • Method Details

    • getKey

      public final String getKey()
      Description copied from interface: CfnDedicatedIpPool.TagsProperty
      One part of a key-value pair that defines a tag.

      The maximum length of a tag key is 128 characters. The minimum length is 1 character.

      If you specify tags for the dedicated IP pool, then this value is required.

      Specified by:
      getKey in interface CfnDedicatedIpPool.TagsProperty
    • getValue

      public final String getValue()
      Description copied from interface: CfnDedicatedIpPool.TagsProperty
      The optional part of a key-value pair that defines a tag.

      The maximum length of a tag value is 256 characters. The minimum length is 0 characters. If you don’t want a resource to have a specific tag value, don’t specify a value for this parameter. Amazon Pinpoint will set the value to an empty string.

      Specified by:
      getValue in interface CfnDedicatedIpPool.TagsProperty
    • $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