@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 final String template()
The Amazon Resource Name (arn) of the world template to update.
public final String name()
The name of the template.
public final String templateBody()
The world template body.
public final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.