@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTrackerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeTrackerResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTrackerResult |
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 optional description for the tracker resource.
|
String |
getPricingPlan()
The pricing plan selected for the specified tracker resource.
|
String |
getPricingPlanDataSource()
The data source selected for the tracker resource and associated pricing plan.
|
String |
getTrackerArn()
The Amazon Resource Name (ARN) for the tracker resource.
|
String |
getTrackerName()
The name of the tracker resource.
|
Date |
getUpdateTime()
The timestamp for when the tracker resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
int |
hashCode() |
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 optional description for the tracker resource.
|
void |
setPricingPlan(String pricingPlan)
The pricing plan selected for the specified tracker resource.
|
void |
setPricingPlanDataSource(String pricingPlanDataSource)
The data source selected for the tracker resource and associated pricing plan.
|
void |
setTrackerArn(String trackerArn)
The Amazon Resource Name (ARN) for the tracker resource.
|
void |
setTrackerName(String trackerName)
The name of the tracker resource.
|
void |
setUpdateTime(Date updateTime)
The timestamp for when the tracker resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
String |
toString()
Returns a string representation of this object.
|
DescribeTrackerResult |
withCreateTime(Date createTime)
The timestamp for when the tracker resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
DescribeTrackerResult |
withDescription(String description)
The optional description for the tracker resource.
|
DescribeTrackerResult |
withPricingPlan(PricingPlan pricingPlan)
The pricing plan selected for the specified tracker resource.
|
DescribeTrackerResult |
withPricingPlan(String pricingPlan)
The pricing plan selected for the specified tracker resource.
|
DescribeTrackerResult |
withPricingPlanDataSource(String pricingPlanDataSource)
The data source selected for the tracker resource and associated pricing plan.
|
DescribeTrackerResult |
withTrackerArn(String trackerArn)
The Amazon Resource Name (ARN) for the tracker resource.
|
DescribeTrackerResult |
withTrackerName(String trackerName)
The name of the tracker resource.
|
DescribeTrackerResult |
withUpdateTime(Date updateTime)
The timestamp for when the tracker resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 DescribeTrackerResult 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 optional description for the tracker resource.
description - The optional description for the tracker resource.public String getDescription()
The optional description for the tracker resource.
public DescribeTrackerResult withDescription(String description)
The optional description for the tracker resource.
description - The optional description for the tracker resource.public void setPricingPlan(String pricingPlan)
The pricing plan selected for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - The pricing plan selected for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlanpublic String getPricingPlan()
The pricing plan selected for the specified tracker resource.
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 DescribeTrackerResult withPricingPlan(String pricingPlan)
The pricing plan selected for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - The pricing plan selected for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlanpublic DescribeTrackerResult withPricingPlan(PricingPlan pricingPlan)
The pricing plan selected for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
pricingPlan - The pricing plan selected for the specified tracker resource.
For additional details and restrictions on each pricing plan option, see the Amazon Location Service pricing page.
PricingPlanpublic void setPricingPlanDataSource(String pricingPlanDataSource)
The data source selected for the tracker resource and associated pricing plan.
pricingPlanDataSource - The data source selected for the tracker resource and associated pricing plan.public String getPricingPlanDataSource()
The data source selected for the tracker resource and associated pricing plan.
public DescribeTrackerResult withPricingPlanDataSource(String pricingPlanDataSource)
The data source selected for the tracker resource and associated pricing plan.
pricingPlanDataSource - The data source selected for the tracker resource and associated pricing plan.public void setTrackerArn(String trackerArn)
The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all AWS.
trackerArn - The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across
all AWS.public String getTrackerArn()
The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all AWS.
public DescribeTrackerResult withTrackerArn(String trackerArn)
The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all AWS.
trackerArn - The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across
all AWS.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 DescribeTrackerResult withTrackerName(String trackerName)
The name of the tracker resource.
trackerName - The name of the tracker resource.public void setUpdateTime(Date updateTime)
The timestamp for when the tracker resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
updateTime - The timestamp for when the tracker resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.public Date getUpdateTime()
The timestamp for when the tracker resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
YYYY-MM-DDThh:mm:ss.sssZ.public DescribeTrackerResult withUpdateTime(Date updateTime)
The timestamp for when the tracker resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
updateTime - The timestamp for when the tracker resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.public String toString()
toString in class ObjectObject.toString()public DescribeTrackerResult clone()
Copyright © 2021. All rights reserved.