StructuredPojo
, ToCopyableBuilder<JobListEntry.Builder,JobListEntry>
@Generated("software.amazon.awssdk:codegen") public class JobListEntry extends Object implements StructuredPojo, ToCopyableBuilder<JobListEntry.Builder,JobListEntry>
Each JobListEntry
object contains a job's state, a job's ID, and a value that indicates whether the job
is a job part, in the case of an export job.
Modifier and Type | Class | Description |
---|---|---|
static interface |
JobListEntry.Builder |
Modifier and Type | Method | Description |
---|---|---|
static JobListEntry.Builder |
builder() |
|
Date |
creationDate() |
The creation date for this job.
|
String |
description() |
The optional description of this specific job, for example
Important Photos 2016-08-11 . |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
isMaster() |
A value that indicates that this job is a master job.
|
String |
jobId() |
The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000 . |
String |
jobState() |
The current state of this job.
|
String |
jobType() |
The type of job.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends JobListEntry.Builder> |
serializableBuilderClass() |
|
String |
snowballType() |
The type of appliance used with this job.
|
JobListEntry.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String jobId()
The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000
.
JID123e4567-e89b-12d3-a456-426655440000
.public String jobState()
The current state of this job.
JobState
public Boolean isMaster()
A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.
public String snowballType()
The type of appliance used with this job.
SnowballType
public Date creationDate()
The creation date for this job.
public String description()
The optional description of this specific job, for example Important Photos 2016-08-11
.
Important Photos 2016-08-11
.public JobListEntry.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<JobListEntry.Builder,JobListEntry>
public static JobListEntry.Builder builder()
public static Class<? extends JobListEntry.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.