@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetReadSetExportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetReadSetExportJobResult() |
Modifier and Type | Method and Description |
---|---|
GetReadSetExportJobResult |
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.
|
List<ExportReadSetDetail> |
getReadSets()
The job's read sets.
|
String |
getSequenceStoreId()
The job's sequence store ID.
|
String |
getStatus()
The job's status.
|
String |
getStatusMessage()
The job's status message.
|
int |
hashCode() |
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 |
setReadSets(Collection<ExportReadSetDetail> readSets)
The job's read sets.
|
void |
setSequenceStoreId(String sequenceStoreId)
The job's sequence store ID.
|
void |
setStatus(String status)
The job's status.
|
void |
setStatusMessage(String statusMessage)
The job's status message.
|
String |
toString()
Returns a string representation of this object.
|
GetReadSetExportJobResult |
withCompletionTime(Date completionTime)
When the job completed.
|
GetReadSetExportJobResult |
withCreationTime(Date creationTime)
When the job was created.
|
GetReadSetExportJobResult |
withDestination(String destination)
The job's destination in Amazon S3.
|
GetReadSetExportJobResult |
withId(String id)
The job's ID.
|
GetReadSetExportJobResult |
withReadSets(Collection<ExportReadSetDetail> readSets)
The job's read sets.
|
GetReadSetExportJobResult |
withReadSets(ExportReadSetDetail... readSets)
The job's read sets.
|
GetReadSetExportJobResult |
withSequenceStoreId(String sequenceStoreId)
The job's sequence store ID.
|
GetReadSetExportJobResult |
withStatus(ReadSetExportJobStatus status)
The job's status.
|
GetReadSetExportJobResult |
withStatus(String status)
The job's status.
|
GetReadSetExportJobResult |
withStatusMessage(String statusMessage)
The job's status message.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The job's ID.
id
- The job's ID.public String getId()
The job's ID.
public GetReadSetExportJobResult 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 GetReadSetExportJobResult 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 GetReadSetExportJobResult 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 GetReadSetExportJobResult withStatus(String status)
The job's status.
status
- The job's status.ReadSetExportJobStatus
public GetReadSetExportJobResult withStatus(ReadSetExportJobStatus status)
The job's status.
status
- The job's status.ReadSetExportJobStatus
public void setStatusMessage(String statusMessage)
The job's status message.
statusMessage
- The job's status message.public String getStatusMessage()
The job's status message.
public GetReadSetExportJobResult withStatusMessage(String statusMessage)
The job's status message.
statusMessage
- The job's status message.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 GetReadSetExportJobResult 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 GetReadSetExportJobResult withCompletionTime(Date completionTime)
When the job completed.
completionTime
- When the job completed.public List<ExportReadSetDetail> getReadSets()
The job's read sets.
public void setReadSets(Collection<ExportReadSetDetail> readSets)
The job's read sets.
readSets
- The job's read sets.public GetReadSetExportJobResult withReadSets(ExportReadSetDetail... readSets)
The job's read sets.
NOTE: This method appends the values to the existing list (if any). Use
setReadSets(java.util.Collection)
or withReadSets(java.util.Collection)
if you want to override
the existing values.
readSets
- The job's read sets.public GetReadSetExportJobResult withReadSets(Collection<ExportReadSetDetail> readSets)
The job's read sets.
readSets
- The job's read sets.public String toString()
toString
in class Object
Object.toString()
public GetReadSetExportJobResult clone()