@Generated(value="software.amazon.awssdk:codegen") public final class WorldSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorldSummary.Builder,WorldSummary>
Information about a world.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorldSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the world.
|
static WorldSummary.Builder |
builder() |
Instant |
createdAt()
The time, in milliseconds since the epoch, when the world was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
generationJob()
The Amazon Resource Name (arn) of the world generation job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends WorldSummary.Builder> |
serializableBuilderClass() |
String |
template()
The Amazon Resource Name (arn) of the world template.
|
WorldSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The Amazon Resource Name (ARN) of the world.
public Instant createdAt()
The time, in milliseconds since the epoch, when the world was created.
public String generationJob()
The Amazon Resource Name (arn) of the world generation job.
public String template()
The Amazon Resource Name (arn) of the world template.
public WorldSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorldSummary.Builder,WorldSummary>public static WorldSummary.Builder builder()
public static Class<? extends WorldSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.