@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWorldGenerationJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateWorldGenerationJobRequest() |
Modifier and Type | Method and Description |
---|---|
CreateWorldGenerationJobRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateWorldGenerationJobRequest |
addWorldTagsEntry(String key,
String value)
Add a single WorldTags entry
|
CreateWorldGenerationJobRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateWorldGenerationJobRequest |
clearWorldTagsEntries()
Removes all the entries added into WorldTags.
|
CreateWorldGenerationJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
Map<String,String> |
getTags()
A map that contains tag keys and tag values that are attached to the world generator job.
|
String |
getTemplate()
The Amazon Resource Name (arn) of the world template describing the worlds you want to create.
|
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 |
setClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world generator job.
|
void |
setTemplate(String template)
The Amazon Resource Name (arn) of the world template describing the worlds you want to create.
|
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.
|
CreateWorldGenerationJobRequest |
withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateWorldGenerationJobRequest |
withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world generator job.
|
CreateWorldGenerationJobRequest |
withTemplate(String template)
The Amazon Resource Name (arn) of the world template describing the worlds you want to create.
|
CreateWorldGenerationJobRequest |
withWorldCount(WorldCount worldCount)
Information about the world count.
|
CreateWorldGenerationJobRequest |
withWorldTags(Map<String,String> worldTags)
A map that contains tag keys and tag values that are attached to the generated worlds.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 CreateWorldGenerationJobRequest 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 describing the worlds you want to create.
template
- The Amazon Resource Name (arn) of the world template describing the worlds you want to create.public String getTemplate()
The Amazon Resource Name (arn) of the world template describing the worlds you want to create.
public CreateWorldGenerationJobRequest withTemplate(String template)
The Amazon Resource Name (arn) of the world template describing the worlds you want to create.
template
- The Amazon Resource Name (arn) of the world template describing the worlds you want to create.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 CreateWorldGenerationJobRequest withWorldCount(WorldCount worldCount)
Information about the world count.
worldCount
- Information about the world count.public Map<String,String> getTags()
A map that contains tag keys and tag values that are attached to the world generator job.
public void setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world generator job.
tags
- A map that contains tag keys and tag values that are attached to the world generator job.public CreateWorldGenerationJobRequest withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world generator job.
tags
- A map that contains tag keys and tag values that are attached to the world generator job.public CreateWorldGenerationJobRequest addTagsEntry(String key, String value)
public CreateWorldGenerationJobRequest 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 CreateWorldGenerationJobRequest 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 CreateWorldGenerationJobRequest addWorldTagsEntry(String key, String value)
public CreateWorldGenerationJobRequest clearWorldTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateWorldGenerationJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()