CreateWorldGenerationJobResponse class

Constructors

CreateWorldGenerationJobResponse({String? arn, String? clientRequestToken, DateTime? createdAt, WorldGenerationJobErrorCode? failureCode, WorldGenerationJobStatus? status, Map<String, String>? tags, String? template, WorldCount? worldCount, Map<String, String>? worldTags})
CreateWorldGenerationJobResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the world generator job.
final
clientRequestToken String?
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
final
createdAt DateTime?
The time, in milliseconds since the epoch, when the world generator job was created.
final
failureCode WorldGenerationJobErrorCode?
The failure code of the world generator job if it failed:
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status WorldGenerationJobStatus?
The status of the world generator job.
final
tags Map<String, String>?
A map that contains tag keys and tag values that are attached to the world generator job.
final
template String?
The Amazon Resource Name (arn) of the world template.
final
worldCount WorldCount?
Information about the world count.
final
worldTags Map<String, String>?
A map that contains tag keys and tag values that are attached to the generated worlds.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited