@Generated(value="software.amazon.awssdk:codegen") public final class UpdateWorldTemplateRequest extends RoboMakerRequest implements ToCopyableBuilder<UpdateWorldTemplateRequest.Builder,UpdateWorldTemplateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateWorldTemplateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateWorldTemplateRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateWorldTemplateRequest.Builder> |
serializableBuilderClass() |
String |
template()
The Amazon Resource Name (arn) of the world template to update.
|
String |
templateBody()
The world template body.
|
TemplateLocation |
templateLocation()
The location of the world template.
|
UpdateWorldTemplateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String template()
The Amazon Resource Name (arn) of the world template to update.
public String name()
The name of the template.
public String templateBody()
The world template body.
public TemplateLocation templateLocation()
The location of the world template.
public UpdateWorldTemplateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateWorldTemplateRequest.Builder,UpdateWorldTemplateRequest>toBuilder in class RoboMakerRequestpublic static UpdateWorldTemplateRequest.Builder builder()
public static Class<? extends UpdateWorldTemplateRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.