@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTrackersResponseEntry extends Object implements Serializable, Cloneable, StructuredPojo
Contains the tracker resource details.
Constructor and Description |
---|
ListTrackersResponseEntry() |
Modifier and Type | Method and Description |
---|---|
ListTrackersResponseEntry |
clone() |
boolean |
equals(Object obj) |
Date |
getCreateTime()
The timestamp for when the tracker resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
String |
getDescription()
The description for the tracker resource.
|
String |
getPricingPlan()
The pricing plan for the specified tracker resource.
|
String |
getPricingPlanDataSource()
The specified data provider for the tracker resource.
|
String |
getTrackerName()
The name of the tracker resource.
|
Date |
getUpdateTime()
The timestamp at which the device's position was determined.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreateTime(Date createTime)
The timestamp for when the tracker resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
void |
setDescription(String description)
The description for the tracker resource.
|
void |
setPricingPlan(String pricingPlan)
The pricing plan for the specified tracker resource.
|
void |
setPricingPlanDataSource(String pricingPlanDataSource)
The specified data provider for the tracker resource.
|
void |
setTrackerName(String trackerName)
The name of the tracker resource.
|
void |
setUpdateTime(Date updateTime)
The timestamp at which the device's position was determined.
|
String |
toString()
Returns a string representation of this object.
|
ListTrackersResponseEntry |
withCreateTime(Date createTime)
The timestamp for when the tracker resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ . |
ListTrackersResponseEntry |
withDescription(String description)
The description for the tracker resource.
|
ListTrackersResponseEntry |
withPricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified tracker resource.
|
ListTrackersResponseEntry |
withPricingPlan(String pricingPlan)
The pricing plan for the specified tracker resource.
|
ListTrackersResponseEntry |
withPricingPlanDataSource(String pricingPlanDataSource)
The specified data provider for the tracker resource.
|
ListTrackersResponseEntry |
withTrackerName(String trackerName)
The name of the tracker resource.
|
ListTrackersResponseEntry |
withUpdateTime(Date updateTime)
The timestamp at which the device's position was determined.
|
public void setCreateTime(Date createTime)
The timestamp for when the tracker resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
createTime
- The timestamp for when the tracker resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.public Date getCreateTime()
The timestamp for when the tracker resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
YYYY-MM-DDThh:mm:ss.sssZ
.public ListTrackersResponseEntry withCreateTime(Date createTime)
The timestamp for when the tracker resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
createTime
- The timestamp for when the tracker resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.public void setDescription(String description)
The description for the tracker resource.
description
- The description for the tracker resource.public String getDescription()
The description for the tracker resource.
public ListTrackersResponseEntry withDescription(String description)
The description for the tracker resource.
description
- The description for the tracker resource.public void setPricingPlan(String pricingPlan)
The pricing plan for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
pricingPlan
- The pricing plan for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlan
public String getPricingPlan()
The pricing plan for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlan
public ListTrackersResponseEntry withPricingPlan(String pricingPlan)
The pricing plan for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
pricingPlan
- The pricing plan for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlan
public ListTrackersResponseEntry withPricingPlan(PricingPlan pricingPlan)
The pricing plan for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
pricingPlan
- The pricing plan for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlan
public void setPricingPlanDataSource(String pricingPlanDataSource)
The specified data provider for the tracker resource.
pricingPlanDataSource
- The specified data provider for the tracker resource.public String getPricingPlanDataSource()
The specified data provider for the tracker resource.
public ListTrackersResponseEntry withPricingPlanDataSource(String pricingPlanDataSource)
The specified data provider for the tracker resource.
pricingPlanDataSource
- The specified data provider for the tracker resource.public void setTrackerName(String trackerName)
The name of the tracker resource.
trackerName
- The name of the tracker resource.public String getTrackerName()
The name of the tracker resource.
public ListTrackersResponseEntry withTrackerName(String trackerName)
The name of the tracker resource.
trackerName
- The name of the tracker resource.public void setUpdateTime(Date updateTime)
The timestamp at which the device's position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
updateTime
- The timestamp at which the device's position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.public Date getUpdateTime()
The timestamp at which the device's position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
YYYY-MM-DDThh:mm:ss.sssZ
.public ListTrackersResponseEntry withUpdateTime(Date updateTime)
The timestamp at which the device's position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.
updateTime
- The timestamp at which the device's position was determined. Uses ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ
.public String toString()
toString
in class Object
Object.toString()
public ListTrackersResponseEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.