@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorldExportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeWorldExportJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeWorldExportJobResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeWorldExportJobResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeWorldExportJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the world export 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 export job was created.
|
String |
getFailureCode()
The failure code of the world export job if it failed:
|
String |
getFailureReason()
The reason why the world export job failed.
|
String |
getIamRole()
The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.
|
OutputLocation |
getOutputLocation() |
String |
getStatus()
The status of the world export job.
|
Map<String,String> |
getTags()
A map that contains tag keys and tag values that are attached to the world export job.
|
List<String> |
getWorlds()
A list of Amazon Resource Names (arns) that correspond to worlds to be exported.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the world export 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 export job was created.
|
void |
setFailureCode(String failureCode)
The failure code of the world export job if it failed:
|
void |
setFailureReason(String failureReason)
The reason why the world export job failed.
|
void |
setIamRole(String iamRole)
The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.
|
void |
setOutputLocation(OutputLocation outputLocation) |
void |
setStatus(String status)
The status of the world export job.
|
void |
setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world export job.
|
void |
setWorlds(Collection<String> worlds)
A list of Amazon Resource Names (arns) that correspond to worlds to be exported.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWorldExportJobResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the world export job.
|
DescribeWorldExportJobResult |
withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DescribeWorldExportJobResult |
withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world export job was created.
|
DescribeWorldExportJobResult |
withFailureCode(String failureCode)
The failure code of the world export job if it failed:
|
DescribeWorldExportJobResult |
withFailureCode(WorldExportJobErrorCode failureCode)
The failure code of the world export job if it failed:
|
DescribeWorldExportJobResult |
withFailureReason(String failureReason)
The reason why the world export job failed.
|
DescribeWorldExportJobResult |
withIamRole(String iamRole)
The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.
|
DescribeWorldExportJobResult |
withOutputLocation(OutputLocation outputLocation) |
DescribeWorldExportJobResult |
withStatus(String status)
The status of the world export job.
|
DescribeWorldExportJobResult |
withStatus(WorldExportJobStatus status)
The status of the world export job.
|
DescribeWorldExportJobResult |
withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world export job.
|
DescribeWorldExportJobResult |
withWorlds(Collection<String> worlds)
A list of Amazon Resource Names (arns) that correspond to worlds to be exported.
|
DescribeWorldExportJobResult |
withWorlds(String... worlds)
A list of Amazon Resource Names (arns) that correspond to worlds to be exported.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (ARN) of the world export job.
arn
- The Amazon Resource Name (ARN) of the world export job.public String getArn()
The Amazon Resource Name (ARN) of the world export job.
public DescribeWorldExportJobResult withArn(String arn)
The Amazon Resource Name (ARN) of the world export job.
arn
- The Amazon Resource Name (ARN) of the world export job.public void setStatus(String status)
The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode
and failureReason
for more information.
The world export job was cancelled.
The world export job is being cancelled.
status
- The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode
and failureReason
for more
information.
The world export job was cancelled.
The world export job is being cancelled.
WorldExportJobStatus
public String getStatus()
The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode
and failureReason
for more information.
The world export job was cancelled.
The world export job is being cancelled.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode
and failureReason
for more
information.
The world export job was cancelled.
The world export job is being cancelled.
WorldExportJobStatus
public DescribeWorldExportJobResult withStatus(String status)
The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode
and failureReason
for more information.
The world export job was cancelled.
The world export job is being cancelled.
status
- The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode
and failureReason
for more
information.
The world export job was cancelled.
The world export job is being cancelled.
WorldExportJobStatus
public DescribeWorldExportJobResult withStatus(WorldExportJobStatus status)
The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode
and failureReason
for more information.
The world export job was cancelled.
The world export job is being cancelled.
status
- The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode
and failureReason
for more
information.
The world export job was cancelled.
The world export job is being cancelled.
WorldExportJobStatus
public void setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world export job was created.
createdAt
- The time, in milliseconds since the epoch, when the world export job was created.public Date getCreatedAt()
The time, in milliseconds since the epoch, when the world export job was created.
public DescribeWorldExportJobResult withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world export job was created.
createdAt
- The time, in milliseconds since the epoch, when the world export job was created.public void setFailureCode(String failureCode)
The failure code of the world export 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 export 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.
WorldExportJobErrorCode
public String getFailureCode()
The failure code of the world export 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.
WorldExportJobErrorCode
public DescribeWorldExportJobResult withFailureCode(String failureCode)
The failure code of the world export 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 export 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.
WorldExportJobErrorCode
public DescribeWorldExportJobResult withFailureCode(WorldExportJobErrorCode failureCode)
The failure code of the world export 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 export 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.
WorldExportJobErrorCode
public void setFailureReason(String failureReason)
The reason why the world export job failed.
failureReason
- The reason why the world export job failed.public String getFailureReason()
The reason why the world export job failed.
public DescribeWorldExportJobResult withFailureReason(String failureReason)
The reason why the world export job failed.
failureReason
- The reason why the world export 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 DescribeWorldExportJobResult 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 List<String> getWorlds()
A list of Amazon Resource Names (arns) that correspond to worlds to be exported.
public void setWorlds(Collection<String> worlds)
A list of Amazon Resource Names (arns) that correspond to worlds to be exported.
worlds
- A list of Amazon Resource Names (arns) that correspond to worlds to be exported.public DescribeWorldExportJobResult withWorlds(String... worlds)
A list of Amazon Resource Names (arns) that correspond to worlds to be exported.
NOTE: This method appends the values to the existing list (if any). Use
setWorlds(java.util.Collection)
or withWorlds(java.util.Collection)
if you want to override the
existing values.
worlds
- A list of Amazon Resource Names (arns) that correspond to worlds to be exported.public DescribeWorldExportJobResult withWorlds(Collection<String> worlds)
A list of Amazon Resource Names (arns) that correspond to worlds to be exported.
worlds
- A list of Amazon Resource Names (arns) that correspond to worlds to be exported.public void setOutputLocation(OutputLocation outputLocation)
outputLocation
- public OutputLocation getOutputLocation()
public DescribeWorldExportJobResult withOutputLocation(OutputLocation outputLocation)
outputLocation
- public void setIamRole(String iamRole)
The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.
iamRole
- The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.public String getIamRole()
The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.
public DescribeWorldExportJobResult withIamRole(String iamRole)
The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.
iamRole
- The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.public Map<String,String> getTags()
A map that contains tag keys and tag values that are attached to the world export job.
public void setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world export job.
tags
- A map that contains tag keys and tag values that are attached to the world export job.public DescribeWorldExportJobResult withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world export job.
tags
- A map that contains tag keys and tag values that are attached to the world export job.public DescribeWorldExportJobResult addTagsEntry(String key, String value)
public DescribeWorldExportJobResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public DescribeWorldExportJobResult clone()