@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorldTemplateBodyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetWorldTemplateBodyRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetWorldTemplateBodyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGenerationJob()
The Amazon Resource Name (arn) of the world generator job.
|
String |
getTemplate()
The Amazon Resource Name (arn) of the world template.
|
int |
hashCode() |
void |
setGenerationJob(String generationJob)
The Amazon Resource Name (arn) of the world generator job.
|
void |
setTemplate(String template)
The Amazon Resource Name (arn) of the world template.
|
String |
toString()
Returns a string representation of this object.
|
GetWorldTemplateBodyRequest |
withGenerationJob(String generationJob)
The Amazon Resource Name (arn) of the world generator job.
|
GetWorldTemplateBodyRequest |
withTemplate(String template)
The Amazon Resource Name (arn) 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, withSdkRequestTimeoutpublic void setTemplate(String template)
The Amazon Resource Name (arn) of the world template.
template - The Amazon Resource Name (arn) of the world template.public String getTemplate()
The Amazon Resource Name (arn) of the world template.
public GetWorldTemplateBodyRequest withTemplate(String template)
The Amazon Resource Name (arn) of the world template.
template - The Amazon Resource Name (arn) of the world template.public void setGenerationJob(String generationJob)
The Amazon Resource Name (arn) of the world generator job.
generationJob - The Amazon Resource Name (arn) of the world generator job.public String getGenerationJob()
The Amazon Resource Name (arn) of the world generator job.
public GetWorldTemplateBodyRequest withGenerationJob(String generationJob)
The Amazon Resource Name (arn) of the world generator job.
generationJob - The Amazon Resource Name (arn) of the world generator job.public String toString()
toString in class ObjectObject.toString()public GetWorldTemplateBodyRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()