Class CfnPolicy.PolicyTagProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.fms.CfnPolicy.PolicyTagProperty.Jsii$Proxy
All Implemented Interfaces:
CfnPolicy.PolicyTagProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnPolicy.PolicyTagProperty

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

    • getKey

      public final String getKey()
      Description copied from interface: CfnPolicy.PolicyTagProperty
      Part of the key:value pair that defines a tag.

      You can use a tag key to describe a category of information, such as "customer." Tag keys are case-sensitive.

      Specified by:
      getKey in interface CfnPolicy.PolicyTagProperty
    • getValue

      public final String getValue()
      Description copied from interface: CfnPolicy.PolicyTagProperty
      Part of the key:value pair that defines a tag.

      You can use a tag value to describe a specific value within a category, such as "companyA" or "companyB." Tag values are case-sensitive.

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