@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorldExportJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about a world export job.
Constructor and Description |
---|
WorldExportJobSummary() |
Modifier and Type | Method and Description |
---|---|
WorldExportJobSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the world export job.
|
Date |
getCreatedAt()
The time, in milliseconds since the epoch, when the world export job was created.
|
OutputLocation |
getOutputLocation() |
String |
getStatus()
The status of the world export job.
|
List<String> |
getWorlds()
A list of worlds.
|
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 export job.
|
void |
setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world export job was created.
|
void |
setOutputLocation(OutputLocation outputLocation) |
void |
setStatus(String status)
The status of the world export job.
|
void |
setWorlds(Collection<String> worlds)
A list of worlds.
|
String |
toString()
Returns a string representation of this object.
|
WorldExportJobSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the world export job.
|
WorldExportJobSummary |
withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world export job was created.
|
WorldExportJobSummary |
withOutputLocation(OutputLocation outputLocation) |
WorldExportJobSummary |
withStatus(String status)
The status of the world export job.
|
WorldExportJobSummary |
withStatus(WorldExportJobStatus status)
The status of the world export job.
|
WorldExportJobSummary |
withWorlds(Collection<String> worlds)
A list of worlds.
|
WorldExportJobSummary |
withWorlds(String... worlds)
A list of worlds.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) of the world export job.
arn
- The Amazon Resource Name (ARN) of the world export job.public String getArn()
The Amazon Resource Name (ARN) of the world export job.
public WorldExportJobSummary withArn(String arn)
The Amazon Resource Name (ARN) of the world export job.
arn
- The Amazon Resource Name (ARN) of the world export job.public void setStatus(String status)
The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode
for more information.
The world export job was cancelled.
The world export job is being cancelled.
status
- The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode
for more information.
The world export job was cancelled.
The world export job is being cancelled.
WorldExportJobStatus
public String getStatus()
The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode
for more information.
The world export job was cancelled.
The world export job is being cancelled.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode
for more information.
The world export job was cancelled.
The world export job is being cancelled.
WorldExportJobStatus
public WorldExportJobSummary withStatus(String status)
The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode
for more information.
The world export job was cancelled.
The world export job is being cancelled.
status
- The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode
for more information.
The world export job was cancelled.
The world export job is being cancelled.
WorldExportJobStatus
public WorldExportJobSummary withStatus(WorldExportJobStatus status)
The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode
for more information.
The world export job was cancelled.
The world export job is being cancelled.
status
- The status of the world export job.
The world export job request is pending.
The world export job is running.
The world export job completed.
The world export job failed. See failureCode
for more information.
The world export job was cancelled.
The world export job is being cancelled.
WorldExportJobStatus
public void setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world export job was created.
createdAt
- The time, in milliseconds since the epoch, when the world export job was created.public Date getCreatedAt()
The time, in milliseconds since the epoch, when the world export job was created.
public WorldExportJobSummary withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the world export job was created.
createdAt
- The time, in milliseconds since the epoch, when the world export job was created.public void setWorlds(Collection<String> worlds)
A list of worlds.
worlds
- A list of worlds.public WorldExportJobSummary withWorlds(String... worlds)
A list of worlds.
NOTE: This method appends the values to the existing list (if any). Use
setWorlds(java.util.Collection)
or withWorlds(java.util.Collection)
if you want to override the
existing values.
worlds
- A list of worlds.public WorldExportJobSummary withWorlds(Collection<String> worlds)
A list of worlds.
worlds
- A list of worlds.public void setOutputLocation(OutputLocation outputLocation)
outputLocation
- public OutputLocation getOutputLocation()
public WorldExportJobSummary withOutputLocation(OutputLocation outputLocation)
outputLocation
- public String toString()
toString
in class Object
Object.toString()
public WorldExportJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.