@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartReadSetExportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartReadSetExportJobResult() |
Modifier and Type | Method and Description |
---|---|
StartReadSetExportJobResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When the job was created.
|
String |
getDestination()
The job's output location.
|
String |
getId()
The job's ID.
|
String |
getSequenceStoreId()
The read set's sequence store ID.
|
String |
getStatus()
The job's status.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
When the job was created.
|
void |
setDestination(String destination)
The job's output location.
|
void |
setId(String id)
The job's ID.
|
void |
setSequenceStoreId(String sequenceStoreId)
The read set's sequence store ID.
|
void |
setStatus(String status)
The job's status.
|
String |
toString()
Returns a string representation of this object.
|
StartReadSetExportJobResult |
withCreationTime(Date creationTime)
When the job was created.
|
StartReadSetExportJobResult |
withDestination(String destination)
The job's output location.
|
StartReadSetExportJobResult |
withId(String id)
The job's ID.
|
StartReadSetExportJobResult |
withSequenceStoreId(String sequenceStoreId)
The read set's sequence store ID.
|
StartReadSetExportJobResult |
withStatus(ReadSetExportJobStatus status)
The job's status.
|
StartReadSetExportJobResult |
withStatus(String status)
The job's status.
|
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 StartReadSetExportJobResult withId(String id)
The job's ID.
id
- The job's ID.public void setSequenceStoreId(String sequenceStoreId)
The read set's sequence store ID.
sequenceStoreId
- The read set's sequence store ID.public String getSequenceStoreId()
The read set's sequence store ID.
public StartReadSetExportJobResult withSequenceStoreId(String sequenceStoreId)
The read set's sequence store ID.
sequenceStoreId
- The read set's sequence store ID.public void setDestination(String destination)
The job's output location.
destination
- The job's output location.public String getDestination()
The job's output location.
public StartReadSetExportJobResult withDestination(String destination)
The job's output location.
destination
- The job's output location.public void setStatus(String status)
The job's status.
status
- The job's status.ReadSetExportJobStatus
public String getStatus()
The job's status.
ReadSetExportJobStatus
public StartReadSetExportJobResult withStatus(String status)
The job's status.
status
- The job's status.ReadSetExportJobStatus
public StartReadSetExportJobResult 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 StartReadSetExportJobResult withCreationTime(Date creationTime)
When the job was created.
creationTime
- When the job was created.public String toString()
toString
in class Object
Object.toString()
public StartReadSetExportJobResult clone()