@Generated(value="software.amazon.awssdk:codegen") public final class UpdateWorldTemplateResponse extends RoboMakerResponse implements ToCopyableBuilder<UpdateWorldTemplateResponse.Builder,UpdateWorldTemplateResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateWorldTemplateResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (arn) of the world template.
|
static UpdateWorldTemplateResponse.Builder |
builder() |
Instant |
createdAt()
The time, in milliseconds since the epoch, when the world template was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedAt()
The time, in milliseconds since the epoch, when the world template was last updated.
|
String |
name()
The name of the world template.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateWorldTemplateResponse.Builder> |
serializableBuilderClass() |
UpdateWorldTemplateResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (arn) of the world template.
public final String name()
The name of the world template.
public final Instant createdAt()
The time, in milliseconds since the epoch, when the world template was created.
public final Instant lastUpdatedAt()
The time, in milliseconds since the epoch, when the world template was last updated.
public UpdateWorldTemplateResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateWorldTemplateResponse.Builder,UpdateWorldTemplateResponse>toBuilder in class AwsResponsepublic static UpdateWorldTemplateResponse.Builder builder()
public static Class<? extends UpdateWorldTemplateResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2022. All rights reserved.