@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorldResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeWorldResult() |
Modifier and Type | Method and Description |
---|---|
DescribeWorldResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeWorldResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeWorldResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (arn) of the world.
|
Date |
getCreatedAt()
The time, in milliseconds since the epoch, when the world was created.
|
String |
getGenerationJob()
The Amazon Resource Name (arn) of the world generation job that generated the world.
|
Map<String,String> |
getTags()
A map that contains tag keys and tag values that are attached to the world.
|
String |
getTemplate()
The world template.
|
String |
getWorldDescriptionBody()
Returns the JSON formatted string that describes the contents of your world.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (arn) of the world.
|
void |
setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world was created.
|
void |
setGenerationJob(String generationJob)
The Amazon Resource Name (arn) of the world generation job that generated the world.
|
void |
setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world.
|
void |
setTemplate(String template)
The world template.
|
void |
setWorldDescriptionBody(String worldDescriptionBody)
Returns the JSON formatted string that describes the contents of your world.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWorldResult |
withArn(String arn)
The Amazon Resource Name (arn) of the world.
|
DescribeWorldResult |
withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world was created.
|
DescribeWorldResult |
withGenerationJob(String generationJob)
The Amazon Resource Name (arn) of the world generation job that generated the world.
|
DescribeWorldResult |
withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world.
|
DescribeWorldResult |
withTemplate(String template)
The world template.
|
DescribeWorldResult |
withWorldDescriptionBody(String worldDescriptionBody)
Returns the JSON formatted string that describes the contents of your world.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (arn) of the world.
arn
- The Amazon Resource Name (arn) of the world.public String getArn()
The Amazon Resource Name (arn) of the world.
public DescribeWorldResult withArn(String arn)
The Amazon Resource Name (arn) of the world.
arn
- The Amazon Resource Name (arn) of the world.public void setGenerationJob(String generationJob)
The Amazon Resource Name (arn) of the world generation job that generated the world.
generationJob
- The Amazon Resource Name (arn) of the world generation job that generated the world.public String getGenerationJob()
The Amazon Resource Name (arn) of the world generation job that generated the world.
public DescribeWorldResult withGenerationJob(String generationJob)
The Amazon Resource Name (arn) of the world generation job that generated the world.
generationJob
- The Amazon Resource Name (arn) of the world generation job that generated the world.public void setTemplate(String template)
The world template.
template
- The world template.public String getTemplate()
The world template.
public DescribeWorldResult withTemplate(String template)
The world template.
template
- The world template.public void setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world was created.
createdAt
- The time, in milliseconds since the epoch, when the world was created.public Date getCreatedAt()
The time, in milliseconds since the epoch, when the world was created.
public DescribeWorldResult withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world was created.
createdAt
- The time, in milliseconds since the epoch, when the world was created.public Map<String,String> getTags()
A map that contains tag keys and tag values that are attached to the world.
public void setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world.
tags
- A map that contains tag keys and tag values that are attached to the world.public DescribeWorldResult withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world.
tags
- A map that contains tag keys and tag values that are attached to the world.public DescribeWorldResult addTagsEntry(String key, String value)
public DescribeWorldResult clearTagsEntries()
public void setWorldDescriptionBody(String worldDescriptionBody)
Returns the JSON formatted string that describes the contents of your world.
worldDescriptionBody
- Returns the JSON formatted string that describes the contents of your world.public String getWorldDescriptionBody()
Returns the JSON formatted string that describes the contents of your world.
public DescribeWorldResult withWorldDescriptionBody(String worldDescriptionBody)
Returns the JSON formatted string that describes the contents of your world.
worldDescriptionBody
- Returns the JSON formatted string that describes the contents of your world.public String toString()
toString
in class Object
Object.toString()
public DescribeWorldResult clone()