@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateWorldTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateWorldTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
CreateWorldTemplateRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateWorldTemplateRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateWorldTemplateRequest |
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.
|
String |
getName()
The name of the world template.
|
Map<String,String> |
getTags()
A map that contains tag keys and tag values that are attached to the world template.
|
String |
getTemplateBody()
The world template body.
|
TemplateLocation |
getTemplateLocation()
The location of the world template.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setName(String name)
The name of the world template.
|
void |
setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world template.
|
void |
setTemplateBody(String templateBody)
The world template body.
|
void |
setTemplateLocation(TemplateLocation templateLocation)
The location of the world template.
|
String |
toString()
Returns a string representation of this object.
|
CreateWorldTemplateRequest |
withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateWorldTemplateRequest |
withName(String name)
The name of the world template.
|
CreateWorldTemplateRequest |
withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world template.
|
CreateWorldTemplateRequest |
withTemplateBody(String templateBody)
The world template body.
|
CreateWorldTemplateRequest |
withTemplateLocation(TemplateLocation templateLocation)
The location of the world template.
|
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 CreateWorldTemplateRequest 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 setName(String name)
The name of the world template.
name
- The name of the world template.public String getName()
The name of the world template.
public CreateWorldTemplateRequest withName(String name)
The name of the world template.
name
- The name of the world template.public void setTemplateBody(String templateBody)
The world template body.
templateBody
- The world template body.public String getTemplateBody()
The world template body.
public CreateWorldTemplateRequest withTemplateBody(String templateBody)
The world template body.
templateBody
- The world template body.public void setTemplateLocation(TemplateLocation templateLocation)
The location of the world template.
templateLocation
- The location of the world template.public TemplateLocation getTemplateLocation()
The location of the world template.
public CreateWorldTemplateRequest withTemplateLocation(TemplateLocation templateLocation)
The location of the world template.
templateLocation
- The location of the world template.public Map<String,String> getTags()
A map that contains tag keys and tag values that are attached to the world template.
public void setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world template.
tags
- A map that contains tag keys and tag values that are attached to the world template.public CreateWorldTemplateRequest withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the world template.
tags
- A map that contains tag keys and tag values that are attached to the world template.public CreateWorldTemplateRequest addTagsEntry(String key, String value)
public CreateWorldTemplateRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateWorldTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()