@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 String arn()
The Amazon Resource Name (arn) of the world template.
public String name()
The name of the world template.
public Instant createdAt()
The time, in milliseconds since the epoch, when the world template was created.
public 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.