@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorldGenerationJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeWorldGenerationJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeWorldGenerationJobResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeWorldGenerationJobResult |
addWorldTagsEntry(String key,
String value)
Add a single WorldTags entry
|
DescribeWorldGenerationJobResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeWorldGenerationJobResult |
clearWorldTagsEntries()
Removes all the entries added into WorldTags.
|
DescribeWorldGenerationJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the world generation job.
|
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 generation job was created.
|
String |
getFailureCode()
The failure code of the world generation job if it failed:
|
String |
getFailureReason()
The reason why the world generation job failed.
|
FinishedWorldsSummary |
getFinishedWorldsSummary()
Summary information about finished worlds.
|
String |
getStatus()
The status of the world generation job:
|
Map<String,String> |
getTags()
A map that contains tag keys and tag values that are attached to the world generation job.
|
String |
getTemplate()
The Amazon Resource Name (arn) of the world template.
|
WorldCount |
getWorldCount()
Information about the world count.
|
Map<String,String> |
getWorldTags()
A map that contains tag keys and tag values that are attached to the generated worlds.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the world generation job.
|
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 generation job was created.
|
void |
setFailureCode(String failureCode)
The failure code of the world generation job if it failed:
|
void |
setFailureReason(String failureReason)
The reason why the world generation job failed.
|
void |
setFinishedWorldsSummary(FinishedWorldsSummary finishedWorldsSummary)
Summary information about finished worlds.
|
void |
setStatus(String status)
The status of the world generation job:
|
void |
setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world generation job.
|
void |
setTemplate(String template)
The Amazon Resource Name (arn) of the world template.
|
void |
setWorldCount(WorldCount worldCount)
Information about the world count.
|
void |
setWorldTags(Map<String,String> worldTags)
A map that contains tag keys and tag values that are attached to the generated worlds.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWorldGenerationJobResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the world generation job.
|
DescribeWorldGenerationJobResult |
withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DescribeWorldGenerationJobResult |
withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world generation job was created.
|
DescribeWorldGenerationJobResult |
withFailureCode(String failureCode)
The failure code of the world generation job if it failed:
|
DescribeWorldGenerationJobResult |
withFailureCode(WorldGenerationJobErrorCode failureCode)
The failure code of the world generation job if it failed:
|
DescribeWorldGenerationJobResult |
withFailureReason(String failureReason)
The reason why the world generation job failed.
|
DescribeWorldGenerationJobResult |
withFinishedWorldsSummary(FinishedWorldsSummary finishedWorldsSummary)
Summary information about finished worlds.
|
DescribeWorldGenerationJobResult |
withStatus(String status)
The status of the world generation job:
|
DescribeWorldGenerationJobResult |
withStatus(WorldGenerationJobStatus status)
The status of the world generation job:
|
DescribeWorldGenerationJobResult |
withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world generation job.
|
DescribeWorldGenerationJobResult |
withTemplate(String template)
The Amazon Resource Name (arn) of the world template.
|
DescribeWorldGenerationJobResult |
withWorldCount(WorldCount worldCount)
Information about the world count.
|
DescribeWorldGenerationJobResult |
withWorldTags(Map<String,String> worldTags)
A map that contains tag keys and tag values that are attached to the generated worlds.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the world generation job.
arn
- The Amazon Resource Name (ARN) of the world generation job.public String getArn()
The Amazon Resource Name (ARN) of the world generation job.
public DescribeWorldGenerationJobResult withArn(String arn)
The Amazon Resource Name (ARN) of the world generation job.
arn
- The Amazon Resource Name (ARN) of the world generation job.public void setStatus(String status)
The status of the world generation job:
The world generation job request is pending.
The world generation job is running.
The world generation job completed.
The world generation job failed. See failureCode
for more information.
Some worlds did not generate.
The world generation job was cancelled.
The world generation job is being cancelled.
status
- The status of the world generation job:
The world generation job request is pending.
The world generation job is running.
The world generation job completed.
The world generation job failed. See failureCode
for more information.
Some worlds did not generate.
The world generation job was cancelled.
The world generation job is being cancelled.
WorldGenerationJobStatus
public String getStatus()
The status of the world generation job:
The world generation job request is pending.
The world generation job is running.
The world generation job completed.
The world generation job failed. See failureCode
for more information.
Some worlds did not generate.
The world generation job was cancelled.
The world generation job is being cancelled.
The world generation job request is pending.
The world generation job is running.
The world generation job completed.
The world generation job failed. See failureCode
for more information.
Some worlds did not generate.
The world generation job was cancelled.
The world generation job is being cancelled.
WorldGenerationJobStatus
public DescribeWorldGenerationJobResult withStatus(String status)
The status of the world generation job:
The world generation job request is pending.
The world generation job is running.
The world generation job completed.
The world generation job failed. See failureCode
for more information.
Some worlds did not generate.
The world generation job was cancelled.
The world generation job is being cancelled.
status
- The status of the world generation job:
The world generation job request is pending.
The world generation job is running.
The world generation job completed.
The world generation job failed. See failureCode
for more information.
Some worlds did not generate.
The world generation job was cancelled.
The world generation job is being cancelled.
WorldGenerationJobStatus
public DescribeWorldGenerationJobResult withStatus(WorldGenerationJobStatus status)
The status of the world generation job:
The world generation job request is pending.
The world generation job is running.
The world generation job completed.
The world generation job failed. See failureCode
for more information.
Some worlds did not generate.
The world generation job was cancelled.
The world generation job is being cancelled.
status
- The status of the world generation job:
The world generation job request is pending.
The world generation job is running.
The world generation job completed.
The world generation job failed. See failureCode
for more information.
Some worlds did not generate.
The world generation job was cancelled.
The world generation job is being cancelled.
WorldGenerationJobStatus
public void setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world generation job was created.
createdAt
- The time, in milliseconds since the epoch, when the world generation job was created.public Date getCreatedAt()
The time, in milliseconds since the epoch, when the world generation job was created.
public DescribeWorldGenerationJobResult withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world generation job was created.
createdAt
- The time, in milliseconds since the epoch, when the world generation job was created.public void setFailureCode(String failureCode)
The failure code of the world generation job if it failed:
Internal service error.
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
The specified resource could not be found.
The request was throttled.
An input parameter in the request is not valid.
failureCode
- The failure code of the world generation job if it failed:
Internal service error.
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
The specified resource could not be found.
The request was throttled.
An input parameter in the request is not valid.
WorldGenerationJobErrorCode
public String getFailureCode()
The failure code of the world generation job if it failed:
Internal service error.
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
The specified resource could not be found.
The request was throttled.
An input parameter in the request is not valid.
Internal service error.
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
The specified resource could not be found.
The request was throttled.
An input parameter in the request is not valid.
WorldGenerationJobErrorCode
public DescribeWorldGenerationJobResult withFailureCode(String failureCode)
The failure code of the world generation job if it failed:
Internal service error.
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
The specified resource could not be found.
The request was throttled.
An input parameter in the request is not valid.
failureCode
- The failure code of the world generation job if it failed:
Internal service error.
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
The specified resource could not be found.
The request was throttled.
An input parameter in the request is not valid.
WorldGenerationJobErrorCode
public DescribeWorldGenerationJobResult withFailureCode(WorldGenerationJobErrorCode failureCode)
The failure code of the world generation job if it failed:
Internal service error.
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
The specified resource could not be found.
The request was throttled.
An input parameter in the request is not valid.
failureCode
- The failure code of the world generation job if it failed:
Internal service error.
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
The specified resource could not be found.
The request was throttled.
An input parameter in the request is not valid.
WorldGenerationJobErrorCode
public void setFailureReason(String failureReason)
The reason why the world generation job failed.
failureReason
- The reason why the world generation job failed.public String getFailureReason()
The reason why the world generation job failed.
public DescribeWorldGenerationJobResult withFailureReason(String failureReason)
The reason why the world generation job failed.
failureReason
- The reason why the world generation job failed.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 DescribeWorldGenerationJobResult 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 setTemplate(String template)
The Amazon Resource Name (arn) of the world template.
template
- The Amazon Resource Name (arn) of the world template.public String getTemplate()
The Amazon Resource Name (arn) of the world template.
public DescribeWorldGenerationJobResult withTemplate(String template)
The Amazon Resource Name (arn) of the world template.
template
- The Amazon Resource Name (arn) of the world template.public void setWorldCount(WorldCount worldCount)
Information about the world count.
worldCount
- Information about the world count.public WorldCount getWorldCount()
Information about the world count.
public DescribeWorldGenerationJobResult withWorldCount(WorldCount worldCount)
Information about the world count.
worldCount
- Information about the world count.public void setFinishedWorldsSummary(FinishedWorldsSummary finishedWorldsSummary)
Summary information about finished worlds.
finishedWorldsSummary
- Summary information about finished worlds.public FinishedWorldsSummary getFinishedWorldsSummary()
Summary information about finished worlds.
public DescribeWorldGenerationJobResult withFinishedWorldsSummary(FinishedWorldsSummary finishedWorldsSummary)
Summary information about finished worlds.
finishedWorldsSummary
- Summary information about finished worlds.public Map<String,String> getTags()
A map that contains tag keys and tag values that are attached to the world generation job.
public void setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world generation job.
tags
- A map that contains tag keys and tag values that are attached to the world generation job.public DescribeWorldGenerationJobResult withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world generation job.
tags
- A map that contains tag keys and tag values that are attached to the world generation job.public DescribeWorldGenerationJobResult addTagsEntry(String key, String value)
public DescribeWorldGenerationJobResult clearTagsEntries()
public Map<String,String> getWorldTags()
A map that contains tag keys and tag values that are attached to the generated worlds.
public void setWorldTags(Map<String,String> worldTags)
A map that contains tag keys and tag values that are attached to the generated worlds.
worldTags
- A map that contains tag keys and tag values that are attached to the generated worlds.public DescribeWorldGenerationJobResult withWorldTags(Map<String,String> worldTags)
A map that contains tag keys and tag values that are attached to the generated worlds.
worldTags
- A map that contains tag keys and tag values that are attached to the generated worlds.public DescribeWorldGenerationJobResult addWorldTagsEntry(String key, String value)
public DescribeWorldGenerationJobResult clearWorldTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public DescribeWorldGenerationJobResult clone()