Class KeyValueStoreProps.Jsii$Proxy

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

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

    • getComment

      public final String getComment()
      Description copied from interface: KeyValueStoreProps
      A comment for the Key Value Store.

      Default: No comment will be specified

      Specified by:
      getComment in interface KeyValueStoreProps
    • getKeyValueStoreName

      public final String getKeyValueStoreName()
      Description copied from interface: KeyValueStoreProps
      The unique name of the Key Value Store.

      Default: A generated name

      Specified by:
      getKeyValueStoreName in interface KeyValueStoreProps
    • getSource

      public final ImportSource getSource()
      Description copied from interface: KeyValueStoreProps
      The import source for the Key Value Store.

      This will populate the initial items in the Key Value Store. The source data must be in a valid JSON format.

      Default: No data will be imported to the store

      Specified by:
      getSource in interface KeyValueStoreProps
    • $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