@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorldSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about a world.
Constructor and Description |
---|
WorldSummary() |
Modifier and Type | Method and Description |
---|---|
WorldSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the world.
|
Date |
getCreatedAt()
The time, in milliseconds since the epoch, when the world was created.
|
String |
getGenerationJob()
The Amazon Resource Name (arn) of the world generation job.
|
String |
getTemplate()
The Amazon Resource Name (arn) of the world template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the world.
|
void |
setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world was created.
|
void |
setGenerationJob(String generationJob)
The Amazon Resource Name (arn) of the world generation job.
|
void |
setTemplate(String template)
The Amazon Resource Name (arn) of the world template.
|
String |
toString()
Returns a string representation of this object.
|
WorldSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the world.
|
WorldSummary |
withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world was created.
|
WorldSummary |
withGenerationJob(String generationJob)
The Amazon Resource Name (arn) of the world generation job.
|
WorldSummary |
withTemplate(String template)
The Amazon Resource Name (arn) of the world template.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the world.
arn
- The Amazon Resource Name (ARN) of the world.public String getArn()
The Amazon Resource Name (ARN) of the world.
public WorldSummary withArn(String arn)
The Amazon Resource Name (ARN) of the world.
arn
- The Amazon Resource Name (ARN) of the world.public void setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world was created.
createdAt
- The time, in milliseconds since the epoch, when the world was created.public Date getCreatedAt()
The time, in milliseconds since the epoch, when the world was created.
public WorldSummary withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world was created.
createdAt
- The time, in milliseconds since the epoch, when the world was created.public void setGenerationJob(String generationJob)
The Amazon Resource Name (arn) of the world generation job.
generationJob
- The Amazon Resource Name (arn) of the world generation job.public String getGenerationJob()
The Amazon Resource Name (arn) of the world generation job.
public WorldSummary withGenerationJob(String generationJob)
The Amazon Resource Name (arn) of the world generation job.
generationJob
- The Amazon Resource Name (arn) of the world generation job.public void setTemplate(String template)
The Amazon Resource Name (arn) of the world template.
template
- The Amazon Resource Name (arn) of the world template.public String getTemplate()
The Amazon Resource Name (arn) of the world template.
public WorldSummary withTemplate(String template)
The Amazon Resource Name (arn) of the world template.
template
- The Amazon Resource Name (arn) of the world template.public String toString()
toString
in class Object
Object.toString()
public WorldSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.