Class Tag.Jsii$Proxy

  • All Implemented Interfaces:
    Tag, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    Tag

    @Stability(Stable)
    @Internal
    public static final class Tag.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements Tag
    An implementation for Tag
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(Tag.Builder builder)
      Constructor that initializes the object based on literal property values passed by the Tag.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • Constructor Detail

      • 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​(Tag.Builder builder)
        Constructor that initializes the object based on literal property values passed by the Tag.Builder.
    • Method Detail

      • getKey

        public final String getKey()
        Description copied from interface: Tag
        Tag key.

        (In the actual file on disk this will be cased as "Key", and the structure is patched to match this structure upon loading: https://github.com/aws/aws-cdk/blob/4aadaa779b48f35838cccd4e25107b2338f05547/packages/%40aws-cdk/cloud-assembly-schema/lib/manifest.ts#L137)

        Specified by:
        getKey in interface Tag
      • getValue

        public final String getValue()
        Description copied from interface: Tag
        Tag value.

        (In the actual file on disk this will be cased as "Value", and the structure is patched to match this structure upon loading: https://github.com/aws/aws-cdk/blob/4aadaa779b48f35838cccd4e25107b2338f05547/packages/%40aws-cdk/cloud-assembly-schema/lib/manifest.ts#L137)

        Specified by:
        getValue in interface Tag
      • $jsii$toJson

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

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