Class CfnResourceDefaultVersionProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.core.CfnResourceDefaultVersionProps.Jsii$Proxy
All Implemented Interfaces:
CfnResourceDefaultVersionProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnResourceDefaultVersionProps

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

    • getTypeName

      public final String getTypeName()
      Description copied from interface: CfnResourceDefaultVersionProps
      The name of the resource.

      Conditional: You must specify either TypeVersionArn , or TypeName and VersionId .

      Specified by:
      getTypeName in interface CfnResourceDefaultVersionProps
    • getTypeVersionArn

      public final String getTypeVersionArn()
      Description copied from interface: CfnResourceDefaultVersionProps
      The Amazon Resource Name (ARN) of the resource version.

      Conditional: You must specify either TypeVersionArn , or TypeName and VersionId .

      Specified by:
      getTypeVersionArn in interface CfnResourceDefaultVersionProps
    • getVersionId

      public final String getVersionId()
      Description copied from interface: CfnResourceDefaultVersionProps
      The ID of a specific version of the resource.

      The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the resource version when it's registered.

      Conditional: You must specify either TypeVersionArn , or TypeName and VersionId .

      Specified by:
      getVersionId in interface CfnResourceDefaultVersionProps
    • $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