Class CfnGeofenceCollectionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.location.CfnGeofenceCollectionProps.Jsii$Proxy
- All Implemented Interfaces:
 CfnGeofenceCollectionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 - CfnGeofenceCollectionProps
 
@Stability(Stable)
@Internal
public static final class CfnGeofenceCollectionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGeofenceCollectionProps
An implementation for 
CfnGeofenceCollectionProps- 
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.CfnGeofenceCollectionProps
CfnGeofenceCollectionProps.Builder, CfnGeofenceCollectionProps.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGeofenceCollectionProps.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 StringA custom name for the geofence collection.final StringAn optional description for the geofence collection.final StringA key identifier for an AWS KMS customer managed key .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 theCfnGeofenceCollectionProps.Builder. 
 - 
 - 
Method Details
- 
getCollectionName
Description copied from interface:CfnGeofenceCollectionPropsA custom name for the geofence collection.Requirements:
- Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
 - Must be a unique geofence collection name.
 - No spaces allowed. For example, 
ExampleGeofenceCollection. 
- Specified by:
 getCollectionNamein interfaceCfnGeofenceCollectionProps
 - 
getDescription
Description copied from interface:CfnGeofenceCollectionPropsAn optional description for the geofence collection.- Specified by:
 getDescriptionin interfaceCfnGeofenceCollectionProps
 - 
getKmsKeyId
Description copied from interface:CfnGeofenceCollectionPropsA key identifier for an AWS KMS customer managed key . Enter a key ID, key ARN, alias name, or alias ARN.- Specified by:
 getKmsKeyIdin interfaceCfnGeofenceCollectionProps
 - 
$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() 
 -