Class CfnDBProxy.TagFormatProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CfnDBProxy.TagFormatProperty.Jsii$Proxy
All Implemented Interfaces:
CfnDBProxy.TagFormatProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnDBProxy.TagFormatProperty

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

    • getKey

      public final String getKey()
      Description copied from interface: CfnDBProxy.TagFormatProperty
      A key is the required name of the tag.

      The string value can be 1-128 Unicode characters in length and can't be prefixed with aws: . The string can contain only the set of Unicode letters, digits, white-space, '', '.', '/', '=', '+', '-' (Java regex: "^([\p{L}\p{Z}\p{N}.:/=+-]*)$").

      Specified by:
      getKey in interface CfnDBProxy.TagFormatProperty
    • getValue

      public final String getValue()
      Description copied from interface: CfnDBProxy.TagFormatProperty
      A value is the optional value of the tag.

      The string value can be 1-256 Unicode characters in length and can't be prefixed with aws: . The string can contain only the set of Unicode letters, digits, white-space, '', '.', '/', '=', '+', '-' (Java regex: "^([\p{L}\p{Z}\p{N}.:/=+-]*)$").

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