@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportReadSetJobDetail extends Object implements Serializable, Cloneable, StructuredPojo
Details about a read set export job.
Constructor and Description |
---|
ExportReadSetJobDetail() |
Modifier and Type | Method and Description |
---|---|
ExportReadSetJobDetail |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletionTime()
When the job completed.
|
Date |
getCreationTime()
When the job was created.
|
String |
getDestination()
The job's destination in Amazon S3.
|
String |
getId()
The job's ID.
|
String |
getSequenceStoreId()
The job's sequence store ID.
|
String |
getStatus()
The job's status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCompletionTime(Date completionTime)
When the job completed.
|
void |
setCreationTime(Date creationTime)
When the job was created.
|
void |
setDestination(String destination)
The job's destination in Amazon S3.
|
void |
setId(String id)
The job's ID.
|
void |
setSequenceStoreId(String sequenceStoreId)
The job's sequence store ID.
|
void |
setStatus(String status)
The job's status.
|
String |
toString()
Returns a string representation of this object.
|
ExportReadSetJobDetail |
withCompletionTime(Date completionTime)
When the job completed.
|
ExportReadSetJobDetail |
withCreationTime(Date creationTime)
When the job was created.
|
ExportReadSetJobDetail |
withDestination(String destination)
The job's destination in Amazon S3.
|
ExportReadSetJobDetail |
withId(String id)
The job's ID.
|
ExportReadSetJobDetail |
withSequenceStoreId(String sequenceStoreId)
The job's sequence store ID.
|
ExportReadSetJobDetail |
withStatus(ReadSetExportJobStatus status)
The job's status.
|
ExportReadSetJobDetail |
withStatus(String status)
The job's status.
|
public void setId(String id)
The job's ID.
id
- The job's ID.public String getId()
The job's ID.
public ExportReadSetJobDetail withId(String id)
The job's ID.
id
- The job's ID.public void setSequenceStoreId(String sequenceStoreId)
The job's sequence store ID.
sequenceStoreId
- The job's sequence store ID.public String getSequenceStoreId()
The job's sequence store ID.
public ExportReadSetJobDetail withSequenceStoreId(String sequenceStoreId)
The job's sequence store ID.
sequenceStoreId
- The job's sequence store ID.public void setDestination(String destination)
The job's destination in Amazon S3.
destination
- The job's destination in Amazon S3.public String getDestination()
The job's destination in Amazon S3.
public ExportReadSetJobDetail withDestination(String destination)
The job's destination in Amazon S3.
destination
- The job's destination in Amazon S3.public void setStatus(String status)
The job's status.
status
- The job's status.ReadSetExportJobStatus
public String getStatus()
The job's status.
ReadSetExportJobStatus
public ExportReadSetJobDetail withStatus(String status)
The job's status.
status
- The job's status.ReadSetExportJobStatus
public ExportReadSetJobDetail withStatus(ReadSetExportJobStatus status)
The job's status.
status
- The job's status.ReadSetExportJobStatus
public void setCreationTime(Date creationTime)
When the job was created.
creationTime
- When the job was created.public Date getCreationTime()
When the job was created.
public ExportReadSetJobDetail withCreationTime(Date creationTime)
When the job was created.
creationTime
- When the job was created.public void setCompletionTime(Date completionTime)
When the job completed.
completionTime
- When the job completed.public Date getCompletionTime()
When the job completed.
public ExportReadSetJobDetail withCompletionTime(Date completionTime)
When the job completed.
completionTime
- When the job completed.public String toString()
toString
in class Object
Object.toString()
public ExportReadSetJobDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.