@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateGeofenceCollectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateGeofenceCollectionRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateGeofenceCollectionRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateGeofenceCollectionRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateGeofenceCollectionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCollectionName()
A custom name for the geofence collection.
|
String |
getDescription()
An optional description for the geofence collection.
|
String |
getKmsKeyId()
A key identifier for an AWS KMS
customer managed key.
|
String |
getPricingPlan()
Specifies the pricing plan for the geofence collection.
|
String |
getPricingPlanDataSource()
Specifies the data provider for the geofence collection.
|
Map<String,String> |
getTags()
Applies one or more tags to the geofence collection.
|
int |
hashCode() |
void |
setCollectionName(String collectionName)
A custom name for the geofence collection.
|
void |
setDescription(String description)
An optional description for the geofence collection.
|
void |
setKmsKeyId(String kmsKeyId)
A key identifier for an AWS KMS
customer managed key.
|
void |
setPricingPlan(String pricingPlan)
Specifies the pricing plan for the geofence collection.
|
void |
setPricingPlanDataSource(String pricingPlanDataSource)
Specifies the data provider for the geofence collection.
|
void |
setTags(Map<String,String> tags)
Applies one or more tags to the geofence collection.
|
String |
toString()
Returns a string representation of this object.
|
CreateGeofenceCollectionRequest |
withCollectionName(String collectionName)
A custom name for the geofence collection.
|
CreateGeofenceCollectionRequest |
withDescription(String description)
An optional description for the geofence collection.
|
CreateGeofenceCollectionRequest |
withKmsKeyId(String kmsKeyId)
A key identifier for an AWS KMS
customer managed key.
|
CreateGeofenceCollectionRequest |
withPricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for the geofence collection.
|
CreateGeofenceCollectionRequest |
withPricingPlan(String pricingPlan)
Specifies the pricing plan for the geofence collection.
|
CreateGeofenceCollectionRequest |
withPricingPlanDataSource(String pricingPlanDataSource)
Specifies the data provider for the geofence collection.
|
CreateGeofenceCollectionRequest |
withTags(Map<String,String> tags)
Applies one or more tags to the geofence collection.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCollectionName(String collectionName)
A 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.
collectionName - A 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.
public String getCollectionName()
A 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.
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.
public CreateGeofenceCollectionRequest withCollectionName(String collectionName)
A 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.
collectionName - A 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.
public void setDescription(String description)
An optional description for the geofence collection.
description - An optional description for the geofence collection.public String getDescription()
An optional description for the geofence collection.
public CreateGeofenceCollectionRequest withDescription(String description)
An optional description for the geofence collection.
description - An optional description for the geofence collection.public void setKmsKeyId(String kmsKeyId)
A key identifier for an AWS KMS customer managed key. Enter a key ID, key ARN, alias name, or alias ARN.
kmsKeyId - A key identifier for an AWS KMS customer managed
key. Enter a key ID, key ARN, alias name, or alias ARN.public String getKmsKeyId()
A key identifier for an AWS KMS customer managed key. Enter a key ID, key ARN, alias name, or alias ARN.
public CreateGeofenceCollectionRequest withKmsKeyId(String kmsKeyId)
A key identifier for an AWS KMS customer managed key. Enter a key ID, key ARN, alias name, or alias ARN.
kmsKeyId - A key identifier for an AWS KMS customer managed
key. Enter a key ID, key ARN, alias name, or alias ARN.public void setPricingPlan(String pricingPlan)
Specifies the pricing plan for the geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - Specifies the pricing plan for the geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlanpublic String getPricingPlan()
Specifies the pricing plan for the geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlanpublic CreateGeofenceCollectionRequest withPricingPlan(String pricingPlan)
Specifies the pricing plan for the geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - Specifies the pricing plan for the geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlanpublic CreateGeofenceCollectionRequest withPricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for the geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - Specifies the pricing plan for the geofence collection.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlanpublic void setPricingPlanDataSource(String pricingPlanDataSource)
Specifies the data provider for the geofence collection.
Required value for the following pricing plans: MobileAssetTracking |
MobileAssetManagement
For more information about Data Providers, and Pricing plans, see the Amazon Location Service product page.
Amazon Location Service only uses PricingPlanDataSource to calculate billing for your geofence
collection. Your data won't be shared with the data provider, and will remain in your AWS account or Region
unless you move it.
Valid Values: Esri | Here
pricingPlanDataSource - Specifies the data provider for the geofence collection.
Required value for the following pricing plans: MobileAssetTracking |
MobileAssetManagement
For more information about Data Providers, and Pricing plans, see the Amazon Location Service product page.
Amazon Location Service only uses PricingPlanDataSource to calculate billing for your
geofence collection. Your data won't be shared with the data provider, and will remain in your AWS account
or Region unless you move it.
Valid Values: Esri | Here
public String getPricingPlanDataSource()
Specifies the data provider for the geofence collection.
Required value for the following pricing plans: MobileAssetTracking |
MobileAssetManagement
For more information about Data Providers, and Pricing plans, see the Amazon Location Service product page.
Amazon Location Service only uses PricingPlanDataSource to calculate billing for your geofence
collection. Your data won't be shared with the data provider, and will remain in your AWS account or Region
unless you move it.
Valid Values: Esri | Here
Required value for the following pricing plans: MobileAssetTracking |
MobileAssetManagement
For more information about Data Providers, and Pricing plans, see the Amazon Location Service product page.
Amazon Location Service only uses PricingPlanDataSource to calculate billing for your
geofence collection. Your data won't be shared with the data provider, and will remain in your AWS
account or Region unless you move it.
Valid Values: Esri | Here
public CreateGeofenceCollectionRequest withPricingPlanDataSource(String pricingPlanDataSource)
Specifies the data provider for the geofence collection.
Required value for the following pricing plans: MobileAssetTracking |
MobileAssetManagement
For more information about Data Providers, and Pricing plans, see the Amazon Location Service product page.
Amazon Location Service only uses PricingPlanDataSource to calculate billing for your geofence
collection. Your data won't be shared with the data provider, and will remain in your AWS account or Region
unless you move it.
Valid Values: Esri | Here
pricingPlanDataSource - Specifies the data provider for the geofence collection.
Required value for the following pricing plans: MobileAssetTracking |
MobileAssetManagement
For more information about Data Providers, and Pricing plans, see the Amazon Location Service product page.
Amazon Location Service only uses PricingPlanDataSource to calculate billing for your
geofence collection. Your data won't be shared with the data provider, and will remain in your AWS account
or Region unless you move it.
Valid Values: Esri | Here
public Map<String,String> getTags()
Applies one or more tags to the geofence collection. A tag is a key-value pair helps manage, identify, search, and filter your resources by labelling them.
Format: "key" : "value"
Restrictions:
Maximum 50 tags per resource
Each resource tag must be unique with a maximum of one value.
Maximum key length: 128 Unicode characters in UTF-8
Maximum value length: 256 Unicode characters in UTF-8
Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters: + - = . _ : / @.
Cannot use "aws:" as a prefix for a key.
Format: "key" : "value"
Restrictions:
Maximum 50 tags per resource
Each resource tag must be unique with a maximum of one value.
Maximum key length: 128 Unicode characters in UTF-8
Maximum value length: 256 Unicode characters in UTF-8
Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters: + - = . _ : / @.
Cannot use "aws:" as a prefix for a key.
public void setTags(Map<String,String> tags)
Applies one or more tags to the geofence collection. A tag is a key-value pair helps manage, identify, search, and filter your resources by labelling them.
Format: "key" : "value"
Restrictions:
Maximum 50 tags per resource
Each resource tag must be unique with a maximum of one value.
Maximum key length: 128 Unicode characters in UTF-8
Maximum value length: 256 Unicode characters in UTF-8
Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters: + - = . _ : / @.
Cannot use "aws:" as a prefix for a key.
tags - Applies one or more tags to the geofence collection. A tag is a key-value pair helps manage, identify,
search, and filter your resources by labelling them.
Format: "key" : "value"
Restrictions:
Maximum 50 tags per resource
Each resource tag must be unique with a maximum of one value.
Maximum key length: 128 Unicode characters in UTF-8
Maximum value length: 256 Unicode characters in UTF-8
Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters: + - = . _ : / @.
Cannot use "aws:" as a prefix for a key.
public CreateGeofenceCollectionRequest withTags(Map<String,String> tags)
Applies one or more tags to the geofence collection. A tag is a key-value pair helps manage, identify, search, and filter your resources by labelling them.
Format: "key" : "value"
Restrictions:
Maximum 50 tags per resource
Each resource tag must be unique with a maximum of one value.
Maximum key length: 128 Unicode characters in UTF-8
Maximum value length: 256 Unicode characters in UTF-8
Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters: + - = . _ : / @.
Cannot use "aws:" as a prefix for a key.
tags - Applies one or more tags to the geofence collection. A tag is a key-value pair helps manage, identify,
search, and filter your resources by labelling them.
Format: "key" : "value"
Restrictions:
Maximum 50 tags per resource
Each resource tag must be unique with a maximum of one value.
Maximum key length: 128 Unicode characters in UTF-8
Maximum value length: 256 Unicode characters in UTF-8
Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters: + - = . _ : / @.
Cannot use "aws:" as a prefix for a key.
public CreateGeofenceCollectionRequest addTagsEntry(String key, String value)
public CreateGeofenceCollectionRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreateGeofenceCollectionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.