@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTrackerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateTrackerResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateTrackerResult |
clone() |
boolean |
equals(Object obj) |
String |
getTrackerArn()
The Amazon Resource Name (ARN) of the updated tracker resource.
|
String |
getTrackerName()
The name of the updated 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 |
setTrackerArn(String trackerArn)
The Amazon Resource Name (ARN) of the updated tracker resource.
|
void |
setTrackerName(String trackerName)
The name of the updated 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.
|
UpdateTrackerResult |
withTrackerArn(String trackerArn)
The Amazon Resource Name (ARN) of the updated tracker resource.
|
UpdateTrackerResult |
withTrackerName(String trackerName)
The name of the updated tracker resource.
|
UpdateTrackerResult |
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 setTrackerName(String trackerName)
The name of the updated tracker resource.
trackerName - The name of the updated tracker resource.public String getTrackerName()
The name of the updated tracker resource.
public UpdateTrackerResult withTrackerName(String trackerName)
The name of the updated tracker resource.
trackerName - The name of the updated tracker resource.public void setTrackerArn(String trackerArn)
The Amazon Resource Name (ARN) of the updated tracker resource. Used to specify a resource across AWS.
Format example: arn:aws:geo:region:account-id:tracker/ExampleTracker
trackerArn - The Amazon Resource Name (ARN) of the updated tracker resource. Used to specify a resource across AWS.
Format example: arn:aws:geo:region:account-id:tracker/ExampleTracker
public String getTrackerArn()
The Amazon Resource Name (ARN) of the updated tracker resource. Used to specify a resource across AWS.
Format example: arn:aws:geo:region:account-id:tracker/ExampleTracker
Format example: arn:aws:geo:region:account-id:tracker/ExampleTracker
public UpdateTrackerResult withTrackerArn(String trackerArn)
The Amazon Resource Name (ARN) of the updated tracker resource. Used to specify a resource across AWS.
Format example: arn:aws:geo:region:account-id:tracker/ExampleTracker
trackerArn - The Amazon Resource Name (ARN) of the updated tracker resource. Used to specify a resource across AWS.
Format example: arn:aws:geo:region:account-id:tracker/ExampleTracker
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 UpdateTrackerResult 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 UpdateTrackerResult clone()