Class CfnAccessPoint.AliasProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3objectlambda.CfnAccessPoint.AliasProperty.Jsii$Proxy
All Implemented Interfaces:
CfnAccessPoint.AliasProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnAccessPoint.AliasProperty

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

    • getStatus

      public final String getStatus()
      Description copied from interface: CfnAccessPoint.AliasProperty
      The status of the Object Lambda Access Point alias.

      If the status is PROVISIONING , the Object Lambda Access Point is provisioning the alias and the alias is not ready for use yet. If the status is READY , the Object Lambda Access Point alias is successfully provisioned and ready for use.

      Specified by:
      getStatus in interface CfnAccessPoint.AliasProperty
    • getValue

      public final String getValue()
      Description copied from interface: CfnAccessPoint.AliasProperty
      The alias value of the Object Lambda Access Point.
      Specified by:
      getValue in interface CfnAccessPoint.AliasProperty
    • $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