Class GeofenceCollectionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.location.alpha.GeofenceCollectionProps.Jsii$Proxy
- All Implemented Interfaces:
GeofenceCollectionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GeofenceCollectionProps
@Stability(Experimental)
@Internal
public static final class GeofenceCollectionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements GeofenceCollectionProps
An implementation for
GeofenceCollectionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.location.alpha.GeofenceCollectionProps
GeofenceCollectionProps.Builder, GeofenceCollectionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theGeofenceCollectionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal String(experimental) A description for the geofence collection.final String(experimental) A name for the geofence collection.final IKeyRef(experimental) The customer managed to encrypt your data.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theGeofenceCollectionProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:GeofenceCollectionProps(experimental) A description for the geofence collection.Default: - no description
- Specified by:
getDescriptionin interfaceGeofenceCollectionProps
-
getGeofenceCollectionName
Description copied from interface:GeofenceCollectionProps(experimental) A name for the geofence collection.Must be between 1 and 100 characters and contain only alphanumeric characters, hyphens, periods and underscores.
Default: - A name is automatically generated
- Specified by:
getGeofenceCollectionNamein interfaceGeofenceCollectionProps
-
getKmsKey
Description copied from interface:GeofenceCollectionProps(experimental) The customer managed to encrypt your data.Default: - Use an AWS managed key
- Specified by:
getKmsKeyin interfaceGeofenceCollectionProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-