@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWorldTemplateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateWorldTemplateResult() |
Modifier and Type | Method and Description |
---|---|
CreateWorldTemplateResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateWorldTemplateResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateWorldTemplateResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the world template.
|
String |
getClientRequestToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
Date |
getCreatedAt()
The time, in milliseconds since the epoch, when the world template was created.
|
String |
getName()
The name of the world template.
|
Map<String,String> |
getTags()
A map that contains tag keys and tag values that are attached to the world template.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the world template.
|
void |
setClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world template was created.
|
void |
setName(String name)
The name of the world template.
|
void |
setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world template.
|
String |
toString()
Returns a string representation of this object.
|
CreateWorldTemplateResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the world template.
|
CreateWorldTemplateResult |
withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateWorldTemplateResult |
withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world template was created.
|
CreateWorldTemplateResult |
withName(String name)
The name of the world template.
|
CreateWorldTemplateResult |
withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world template.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the world template.
arn
- The Amazon Resource Name (ARN) of the world template.public String getArn()
The Amazon Resource Name (ARN) of the world template.
public CreateWorldTemplateResult withArn(String arn)
The Amazon Resource Name (ARN) of the world template.
arn
- The Amazon Resource Name (ARN) of the world template.public void setClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientRequestToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public CreateWorldTemplateResult withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public void setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world template was created.
createdAt
- The time, in milliseconds since the epoch, when the world template was created.public Date getCreatedAt()
The time, in milliseconds since the epoch, when the world template was created.
public CreateWorldTemplateResult withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world template was created.
createdAt
- The time, in milliseconds since the epoch, when the world template was created.public void setName(String name)
The name of the world template.
name
- The name of the world template.public String getName()
The name of the world template.
public CreateWorldTemplateResult withName(String name)
The name of the world template.
name
- The name of the world template.public Map<String,String> getTags()
A map that contains tag keys and tag values that are attached to the world template.
public void setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world template.
tags
- A map that contains tag keys and tag values that are attached to the world template.public CreateWorldTemplateResult withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world template.
tags
- A map that contains tag keys and tag values that are attached to the world template.public CreateWorldTemplateResult addTagsEntry(String key, String value)
public CreateWorldTemplateResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateWorldTemplateResult clone()