Class WorldSummary
- java.lang.Object
-
- software.amazon.awssdk.services.robomaker.model.WorldSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WorldSummary.Builder,WorldSummary>
@Generated("software.amazon.awssdk:codegen") public final class WorldSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorldSummary.Builder,WorldSummary>
Information about a world.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWorldSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the world.static WorldSummary.Builderbuilder()InstantcreatedAt()The time, in milliseconds since the epoch, when the world was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringgenerationJob()The Amazon Resource Name (arn) of the world generation job.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends WorldSummary.Builder>serializableBuilderClass()Stringtemplate()The Amazon Resource Name (arn) of the world template.WorldSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the world.
- Returns:
- The Amazon Resource Name (ARN) of the world.
-
createdAt
public final Instant createdAt()
The time, in milliseconds since the epoch, when the world was created.
- Returns:
- The time, in milliseconds since the epoch, when the world was created.
-
generationJob
public final String generationJob()
The Amazon Resource Name (arn) of the world generation job.
- Returns:
- The Amazon Resource Name (arn) of the world generation job.
-
template
public final String template()
The Amazon Resource Name (arn) of the world template.
- Returns:
- The Amazon Resource Name (arn) of the world template.
-
toBuilder
public WorldSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WorldSummary.Builder,WorldSummary>
-
builder
public static WorldSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends WorldSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-