@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWorldExportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateWorldExportJobResult() |
Modifier and Type | Method and Description |
---|---|
CreateWorldExportJobResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateWorldExportJobResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateWorldExportJobResult |
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 |
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.
|
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 |
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.
|
String |
toString()
Returns a string representation of this object.
|
CreateWorldExportJobResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the world export job.
|
CreateWorldExportJobResult |
withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateWorldExportJobResult |
withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world export job was created.
|
CreateWorldExportJobResult |
withFailureCode(String failureCode)
The failure code of the world export job if it failed:
|
CreateWorldExportJobResult |
withFailureCode(WorldExportJobErrorCode failureCode)
The failure code of the world export job if it failed:
|
CreateWorldExportJobResult |
withIamRole(String iamRole)
The IAM role that the world export process uses to access the Amazon S3 bucket and put the export.
|
CreateWorldExportJobResult |
withOutputLocation(OutputLocation outputLocation) |
CreateWorldExportJobResult |
withStatus(String status)
The status of the world export job.
|
CreateWorldExportJobResult |
withStatus(WorldExportJobStatus status)
The status of the world export job.
|
CreateWorldExportJobResult |
withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world export job.
|
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 CreateWorldExportJobResult 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
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
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
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
for more information.
The world export job was cancelled.
The world export job is being cancelled.
WorldExportJobStatus
public CreateWorldExportJobResult 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
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
for more information.
The world export job was cancelled.
The world export job is being cancelled.
WorldExportJobStatus
public CreateWorldExportJobResult 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
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
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 CreateWorldExportJobResult 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 CreateWorldExportJobResult 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 CreateWorldExportJobResult 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 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 CreateWorldExportJobResult 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 setOutputLocation(OutputLocation outputLocation)
outputLocation
- public OutputLocation getOutputLocation()
public CreateWorldExportJobResult 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 CreateWorldExportJobResult 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 CreateWorldExportJobResult 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 CreateWorldExportJobResult addTagsEntry(String key, String value)
public CreateWorldExportJobResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateWorldExportJobResult clone()