Class CfnPlaceIndex.DataSourceConfigurationProperty.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnPlaceIndex.DataSourceConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPlaceIndex.DataSourceConfigurationProperty
  • Constructor Details

  • Method Details

    • getIntendedUse

      public final String getIntendedUse()
      Description copied from interface: CfnPlaceIndex.DataSourceConfigurationProperty
      Specifies how the results of an operation will be stored by the caller.

      Valid values include:

      • SingleUse specifies that the results won't be stored.
      • Storage specifies that the result can be cached or stored in a database.

      Default value: SingleUse

      Specified by:
      getIntendedUse in interface CfnPlaceIndex.DataSourceConfigurationProperty
    • $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