@Generated(value="software.amazon.awssdk:codegen") public final class WorldGenerationJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorldGenerationJobSummary.Builder,WorldGenerationJobSummary>
Information about a world generator job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorldGenerationJobSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the world generator job.
|
static WorldGenerationJobSummary.Builder |
builder() |
Instant |
createdAt()
The time, in milliseconds since the epoch, when the world generator job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
failedWorldCount()
The number of worlds that failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends WorldGenerationJobSummary.Builder> |
serializableBuilderClass() |
WorldGenerationJobStatus |
status()
The status of the world generator job:
|
String |
statusAsString()
The status of the world generator job:
|
Integer |
succeededWorldCount()
The number of worlds that were generated.
|
String |
template()
The Amazon Resource Name (arn) of the world template.
|
WorldGenerationJobSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WorldCount |
worldCount()
Information about the world count.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The Amazon Resource Name (ARN) of the world generator job.
public String template()
The Amazon Resource Name (arn) of the world template.
public Instant createdAt()
The time, in milliseconds since the epoch, when the world generator job was created.
public WorldGenerationJobStatus status()
The status of the world generator job:
The world generator job request is pending.
The world generator job is running.
The world generator job completed.
The world generator job failed. See failureCode for more information.
Some worlds did not generate.
The world generator job was cancelled.
The world generator job is being cancelled.
If the service returns an enum value that is not available in the current SDK version, status will
return WorldGenerationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
The world generator job request is pending.
The world generator job is running.
The world generator job completed.
The world generator job failed. See failureCode for more information.
Some worlds did not generate.
The world generator job was cancelled.
The world generator job is being cancelled.
WorldGenerationJobStatuspublic String statusAsString()
The status of the world generator job:
The world generator job request is pending.
The world generator job is running.
The world generator job completed.
The world generator job failed. See failureCode for more information.
Some worlds did not generate.
The world generator job was cancelled.
The world generator job is being cancelled.
If the service returns an enum value that is not available in the current SDK version, status will
return WorldGenerationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
The world generator job request is pending.
The world generator job is running.
The world generator job completed.
The world generator job failed. See failureCode for more information.
Some worlds did not generate.
The world generator job was cancelled.
The world generator job is being cancelled.
WorldGenerationJobStatuspublic WorldCount worldCount()
Information about the world count.
public Integer succeededWorldCount()
The number of worlds that were generated.
public Integer failedWorldCount()
The number of worlds that failed.
public WorldGenerationJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorldGenerationJobSummary.Builder,WorldGenerationJobSummary>public static WorldGenerationJobSummary.Builder builder()
public static Class<? extends WorldGenerationJobSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.