@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTrackerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateTrackerRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateTrackerRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
Updates the description for the tracker resource.
|
String |
getPricingPlan()
Updates the pricing plan for the tracker resource.
|
String |
getPricingPlanDataSource()
Updates the data provider for the tracker resource.
|
String |
getTrackerName()
The name of the tracker resource to update.
|
int |
hashCode() |
void |
setDescription(String description)
Updates the description for the tracker resource.
|
void |
setPricingPlan(String pricingPlan)
Updates the pricing plan for the tracker resource.
|
void |
setPricingPlanDataSource(String pricingPlanDataSource)
Updates the data provider for the tracker resource.
|
void |
setTrackerName(String trackerName)
The name of the tracker resource to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTrackerRequest |
withDescription(String description)
Updates the description for the tracker resource.
|
UpdateTrackerRequest |
withPricingPlan(PricingPlan pricingPlan)
Updates the pricing plan for the tracker resource.
|
UpdateTrackerRequest |
withPricingPlan(String pricingPlan)
Updates the pricing plan for the tracker resource.
|
UpdateTrackerRequest |
withPricingPlanDataSource(String pricingPlanDataSource)
Updates the data provider for the tracker resource.
|
UpdateTrackerRequest |
withTrackerName(String trackerName)
The name of the tracker resource to update.
|
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 setDescription(String description)
Updates the description for the tracker resource.
description - Updates the description for the tracker resource.public String getDescription()
Updates the description for the tracker resource.
public UpdateTrackerRequest withDescription(String description)
Updates the description for the tracker resource.
description - Updates the description for the tracker resource.public void setPricingPlan(String pricingPlan)
Updates the pricing plan for the tracker resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
pricingPlan - Updates the pricing plan for the tracker resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
PricingPlanpublic String getPricingPlan()
Updates the pricing plan for the tracker resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
PricingPlanpublic UpdateTrackerRequest withPricingPlan(String pricingPlan)
Updates the pricing plan for the tracker resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
pricingPlan - Updates the pricing plan for the tracker resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
PricingPlanpublic UpdateTrackerRequest withPricingPlan(PricingPlan pricingPlan)
Updates the pricing plan for the tracker resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
pricingPlan - Updates the pricing plan for the tracker resource.
For more information about each pricing plan option restrictions, see Amazon Location Service pricing.
PricingPlanpublic void setPricingPlanDataSource(String pricingPlanDataSource)
Updates the data provider for the tracker resource.
A 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
This can only be updated when updating the PricingPlan in the same request.
Amazon Location Service uses PricingPlanDataSource to calculate billing for your tracker resource.
Your data won't be shared with the data provider, and will remain in your AWS account and Region unless you move
it.
pricingPlanDataSource - Updates the data provider for the tracker resource.
A 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
This can only be updated when updating the PricingPlan in the same request.
Amazon Location Service uses PricingPlanDataSource to calculate billing for your tracker
resource. Your data won't be shared with the data provider, and will remain in your AWS account and Region
unless you move it.
public String getPricingPlanDataSource()
Updates the data provider for the tracker resource.
A 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
This can only be updated when updating the PricingPlan in the same request.
Amazon Location Service uses PricingPlanDataSource to calculate billing for your tracker resource.
Your data won't be shared with the data provider, and will remain in your AWS account and Region unless you move
it.
A 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
This can only be updated when updating the PricingPlan in the same request.
Amazon Location Service uses PricingPlanDataSource to calculate billing for your tracker
resource. Your data won't be shared with the data provider, and will remain in your AWS account and
Region unless you move it.
public UpdateTrackerRequest withPricingPlanDataSource(String pricingPlanDataSource)
Updates the data provider for the tracker resource.
A 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
This can only be updated when updating the PricingPlan in the same request.
Amazon Location Service uses PricingPlanDataSource to calculate billing for your tracker resource.
Your data won't be shared with the data provider, and will remain in your AWS account and Region unless you move
it.
pricingPlanDataSource - Updates the data provider for the tracker resource.
A 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
This can only be updated when updating the PricingPlan in the same request.
Amazon Location Service uses PricingPlanDataSource to calculate billing for your tracker
resource. Your data won't be shared with the data provider, and will remain in your AWS account and Region
unless you move it.
public void setTrackerName(String trackerName)
The name of the tracker resource to update.
trackerName - The name of the tracker resource to update.public String getTrackerName()
The name of the tracker resource to update.
public UpdateTrackerRequest withTrackerName(String trackerName)
The name of the tracker resource to update.
trackerName - The name of the tracker resource to update.public String toString()
toString in class ObjectObject.toString()public UpdateTrackerRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.