@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
Updates the description for the tracker resource.
|
String |
getPositionFiltering()
Updates the position filtering 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 |
setPositionFiltering(String positionFiltering)
Updates the position filtering 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 |
withPositionFiltering(PositionFiltering positionFiltering)
Updates the position filtering for the tracker resource.
|
UpdateTrackerRequest |
withPositionFiltering(String positionFiltering)
Updates the position filtering 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, 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, withSdkRequestTimeout
public 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 setPositionFiltering(String positionFiltering)
Updates the position filtering for the tracker resource.
Valid values:
TimeBased
- Location updates are evaluated against linked geofence collections, but not every
location update is stored. If your update frequency is more often than 30 seconds, only one update per 30 seconds
is stored for each unique device ID.
DistanceBased
- If the device has moved less than 30 m (98.4 ft), location updates are ignored.
Location updates within this distance are neither evaluated against linked geofence collections, nor stored. This
helps control costs by reducing the number of geofence evaluations and historical device positions to paginate
through. Distance-based filtering can also reduce the effects of GPS noise when displaying device trajectories on
a map.
AccuracyBased
- If the device has moved less than the measured accuracy, location updates are
ignored. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m, the
second update is ignored if the device has moved less than 15 m. Ignored location updates are neither evaluated
against linked geofence collections, nor stored. This helps educe the effects of GPS noise when displaying device
trajectories on a map, and can help control costs by reducing the number of geofence evaluations.
positionFiltering
- Updates the position filtering for the tracker resource.
Valid values:
TimeBased
- Location updates are evaluated against linked geofence collections, but not every
location update is stored. If your update frequency is more often than 30 seconds, only one update per 30
seconds is stored for each unique device ID.
DistanceBased
- If the device has moved less than 30 m (98.4 ft), location updates are
ignored. Location updates within this distance are neither evaluated against linked geofence collections,
nor stored. This helps control costs by reducing the number of geofence evaluations and historical device
positions to paginate through. Distance-based filtering can also reduce the effects of GPS noise when
displaying device trajectories on a map.
AccuracyBased
- If the device has moved less than the measured accuracy, location updates are
ignored. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m,
the second update is ignored if the device has moved less than 15 m. Ignored location updates are neither
evaluated against linked geofence collections, nor stored. This helps educe the effects of GPS noise when
displaying device trajectories on a map, and can help control costs by reducing the number of geofence
evaluations.
PositionFiltering
public String getPositionFiltering()
Updates the position filtering for the tracker resource.
Valid values:
TimeBased
- Location updates are evaluated against linked geofence collections, but not every
location update is stored. If your update frequency is more often than 30 seconds, only one update per 30 seconds
is stored for each unique device ID.
DistanceBased
- If the device has moved less than 30 m (98.4 ft), location updates are ignored.
Location updates within this distance are neither evaluated against linked geofence collections, nor stored. This
helps control costs by reducing the number of geofence evaluations and historical device positions to paginate
through. Distance-based filtering can also reduce the effects of GPS noise when displaying device trajectories on
a map.
AccuracyBased
- If the device has moved less than the measured accuracy, location updates are
ignored. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m, the
second update is ignored if the device has moved less than 15 m. Ignored location updates are neither evaluated
against linked geofence collections, nor stored. This helps educe the effects of GPS noise when displaying device
trajectories on a map, and can help control costs by reducing the number of geofence evaluations.
Valid values:
TimeBased
- Location updates are evaluated against linked geofence collections, but not
every location update is stored. If your update frequency is more often than 30 seconds, only one update
per 30 seconds is stored for each unique device ID.
DistanceBased
- If the device has moved less than 30 m (98.4 ft), location updates are
ignored. Location updates within this distance are neither evaluated against linked geofence collections,
nor stored. This helps control costs by reducing the number of geofence evaluations and historical device
positions to paginate through. Distance-based filtering can also reduce the effects of GPS noise when
displaying device trajectories on a map.
AccuracyBased
- If the device has moved less than the measured accuracy, location updates
are ignored. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and
10 m, the second update is ignored if the device has moved less than 15 m. Ignored location updates are
neither evaluated against linked geofence collections, nor stored. This helps educe the effects of GPS
noise when displaying device trajectories on a map, and can help control costs by reducing the number of
geofence evaluations.
PositionFiltering
public UpdateTrackerRequest withPositionFiltering(String positionFiltering)
Updates the position filtering for the tracker resource.
Valid values:
TimeBased
- Location updates are evaluated against linked geofence collections, but not every
location update is stored. If your update frequency is more often than 30 seconds, only one update per 30 seconds
is stored for each unique device ID.
DistanceBased
- If the device has moved less than 30 m (98.4 ft), location updates are ignored.
Location updates within this distance are neither evaluated against linked geofence collections, nor stored. This
helps control costs by reducing the number of geofence evaluations and historical device positions to paginate
through. Distance-based filtering can also reduce the effects of GPS noise when displaying device trajectories on
a map.
AccuracyBased
- If the device has moved less than the measured accuracy, location updates are
ignored. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m, the
second update is ignored if the device has moved less than 15 m. Ignored location updates are neither evaluated
against linked geofence collections, nor stored. This helps educe the effects of GPS noise when displaying device
trajectories on a map, and can help control costs by reducing the number of geofence evaluations.
positionFiltering
- Updates the position filtering for the tracker resource.
Valid values:
TimeBased
- Location updates are evaluated against linked geofence collections, but not every
location update is stored. If your update frequency is more often than 30 seconds, only one update per 30
seconds is stored for each unique device ID.
DistanceBased
- If the device has moved less than 30 m (98.4 ft), location updates are
ignored. Location updates within this distance are neither evaluated against linked geofence collections,
nor stored. This helps control costs by reducing the number of geofence evaluations and historical device
positions to paginate through. Distance-based filtering can also reduce the effects of GPS noise when
displaying device trajectories on a map.
AccuracyBased
- If the device has moved less than the measured accuracy, location updates are
ignored. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m,
the second update is ignored if the device has moved less than 15 m. Ignored location updates are neither
evaluated against linked geofence collections, nor stored. This helps educe the effects of GPS noise when
displaying device trajectories on a map, and can help control costs by reducing the number of geofence
evaluations.
PositionFiltering
public UpdateTrackerRequest withPositionFiltering(PositionFiltering positionFiltering)
Updates the position filtering for the tracker resource.
Valid values:
TimeBased
- Location updates are evaluated against linked geofence collections, but not every
location update is stored. If your update frequency is more often than 30 seconds, only one update per 30 seconds
is stored for each unique device ID.
DistanceBased
- If the device has moved less than 30 m (98.4 ft), location updates are ignored.
Location updates within this distance are neither evaluated against linked geofence collections, nor stored. This
helps control costs by reducing the number of geofence evaluations and historical device positions to paginate
through. Distance-based filtering can also reduce the effects of GPS noise when displaying device trajectories on
a map.
AccuracyBased
- If the device has moved less than the measured accuracy, location updates are
ignored. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m, the
second update is ignored if the device has moved less than 15 m. Ignored location updates are neither evaluated
against linked geofence collections, nor stored. This helps educe the effects of GPS noise when displaying device
trajectories on a map, and can help control costs by reducing the number of geofence evaluations.
positionFiltering
- Updates the position filtering for the tracker resource.
Valid values:
TimeBased
- Location updates are evaluated against linked geofence collections, but not every
location update is stored. If your update frequency is more often than 30 seconds, only one update per 30
seconds is stored for each unique device ID.
DistanceBased
- If the device has moved less than 30 m (98.4 ft), location updates are
ignored. Location updates within this distance are neither evaluated against linked geofence collections,
nor stored. This helps control costs by reducing the number of geofence evaluations and historical device
positions to paginate through. Distance-based filtering can also reduce the effects of GPS noise when
displaying device trajectories on a map.
AccuracyBased
- If the device has moved less than the measured accuracy, location updates are
ignored. For example, if two consecutive updates from a device have a horizontal accuracy of 5 m and 10 m,
the second update is ignored if the device has moved less than 15 m. Ignored location updates are neither
evaluated against linked geofence collections, nor stored. This helps educe the effects of GPS noise when
displaying device trajectories on a map, and can help control costs by reducing the number of geofence
evaluations.
PositionFiltering
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.
PricingPlan
public 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.
PricingPlan
public 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.
PricingPlan
public 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.
PricingPlan
public 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 Object
Object.toString()
public UpdateTrackerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()