@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorldTemplateBodyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetWorldTemplateBodyResult() |
Modifier and Type | Method and Description |
---|---|
GetWorldTemplateBodyResult |
clone() |
boolean |
equals(Object obj) |
String |
getTemplateBody()
The world template body.
|
int |
hashCode() |
void |
setTemplateBody(String templateBody)
The world template body.
|
String |
toString()
Returns a string representation of this object.
|
GetWorldTemplateBodyResult |
withTemplateBody(String templateBody)
The world template body.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTemplateBody(String templateBody)
The world template body.
templateBody
- The world template body.public String getTemplateBody()
The world template body.
public GetWorldTemplateBodyResult withTemplateBody(String templateBody)
The world template body.
templateBody
- The world template body.public String toString()
toString
in class Object
Object.toString()
public GetWorldTemplateBodyResult clone()