Class CfnAllowList.S3WordsListProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.macie.CfnAllowList.S3WordsListProperty.Jsii$Proxy
All Implemented Interfaces:
CfnAllowList.S3WordsListProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnAllowList.S3WordsListProperty

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

    • getBucketName

      public final String getBucketName()
      Description copied from interface: CfnAllowList.S3WordsListProperty
      The full name of the S3 bucket that contains the object.

      This value correlates to the Name field of a bucket's properties in Amazon S3 .

      This value is case sensitive. In addition, don't use wildcard characters or specify partial values for the name.

      Specified by:
      getBucketName in interface CfnAllowList.S3WordsListProperty
    • getObjectKey

      public final String getObjectKey()
      Description copied from interface: CfnAllowList.S3WordsListProperty
      The full name of the S3 object.

      This value correlates to the Key field of an object's properties in Amazon S3 . If the name includes a path, include the complete path. For example, AllowLists/Macie/MyList.txt .

      This value is case sensitive. In addition, don't use wildcard characters or specify partial values for the name.

      Specified by:
      getObjectKey in interface CfnAllowList.S3WordsListProperty
    • $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