Class PlaceIndexProps.Jsii$Proxy

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

@Stability(Experimental) @Internal public static final class PlaceIndexProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PlaceIndexProps
An implementation for PlaceIndexProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.location.alpha.PlaceIndexProps

    PlaceIndexProps.Builder, PlaceIndexProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the PlaceIndexProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    (experimental) Data source for the place index.
    final String
    (experimental) A description for the place index.
    (experimental) Intend use for the results of an operation.
    final String
    (experimental) A name for the place index.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(PlaceIndexProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the PlaceIndexProps.Builder.
  • Method Details

    • getDataSource

      public final DataSource getDataSource()
      Description copied from interface: PlaceIndexProps
      (experimental) Data source for the place index.

      Default: DataSource.ESRI

      Specified by:
      getDataSource in interface PlaceIndexProps
    • getDescription

      public final String getDescription()
      Description copied from interface: PlaceIndexProps
      (experimental) A description for the place index.

      Default: - no description

      Specified by:
      getDescription in interface PlaceIndexProps
    • getIntendedUse

      public final IntendedUse getIntendedUse()
      Description copied from interface: PlaceIndexProps
      (experimental) Intend use for the results of an operation.

      Default: IntendedUse.SINGLE_USE

      Specified by:
      getIntendedUse in interface PlaceIndexProps
    • getPlaceIndexName

      public final String getPlaceIndexName()
      Description copied from interface: PlaceIndexProps
      (experimental) A name for the place index.

      Must be between 1 and 100 characters and contain only alphanumeric characters, hyphens, periods and underscores.

      Default: - A name is automatically generated

      Specified by:
      getPlaceIndexName in interface PlaceIndexProps
    • $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