Class CfnTrackerConsumerProps.Jsii$Proxy

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

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

    • getConsumerArn

      public final String getConsumerArn()
      Description copied from interface: CfnTrackerConsumerProps
      The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource.

      Used when you need to specify a resource across all AWS .

      • Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer
      Specified by:
      getConsumerArn in interface CfnTrackerConsumerProps
    • getTrackerName

      public final String getTrackerName()
      Description copied from interface: CfnTrackerConsumerProps
      The name for the tracker resource.

      Requirements:

      • Contain only alphanumeric characters (A-Z, a-z, 0-9) , hyphens (-), periods (.), and underscores (_).
      • Must be a unique tracker resource name.
      • No spaces allowed. For example, ExampleTracker .
      Specified by:
      getTrackerName in interface CfnTrackerConsumerProps
    • $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