@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateWorldTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateWorldTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateWorldTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
The name of the template.
|
String |
getTemplate()
The Amazon Resource Name (arn) of the world template to update.
|
String |
getTemplateBody()
The world template body.
|
TemplateLocation |
getTemplateLocation()
The location of the world template.
|
int |
hashCode() |
void |
setName(String name)
The name of the template.
|
void |
setTemplate(String template)
The Amazon Resource Name (arn) of the world template to update.
|
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.
|
UpdateWorldTemplateRequest |
withName(String name)
The name of the template.
|
UpdateWorldTemplateRequest |
withTemplate(String template)
The Amazon Resource Name (arn) of the world template to update.
|
UpdateWorldTemplateRequest |
withTemplateBody(String templateBody)
The world template body.
|
UpdateWorldTemplateRequest |
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 setTemplate(String template)
The Amazon Resource Name (arn) of the world template to update.
template
- The Amazon Resource Name (arn) of the world template to update.public String getTemplate()
The Amazon Resource Name (arn) of the world template to update.
public UpdateWorldTemplateRequest withTemplate(String template)
The Amazon Resource Name (arn) of the world template to update.
template
- The Amazon Resource Name (arn) of the world template to update.public void setName(String name)
The name of the template.
name
- The name of the template.public String getName()
The name of the template.
public UpdateWorldTemplateRequest withName(String name)
The name of the template.
name
- The name of the template.public void setTemplateBody(String templateBody)
The world template body.
templateBody
- The world template body.public String getTemplateBody()
The world template body.
public UpdateWorldTemplateRequest 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 UpdateWorldTemplateRequest withTemplateLocation(TemplateLocation templateLocation)
The location of the world template.
templateLocation
- The location of the world template.public String toString()
toString
in class Object
Object.toString()
public UpdateWorldTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()