@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartReadSetImportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartReadSetImportJobResult() |
Modifier and Type | Method and Description |
---|---|
StartReadSetImportJobResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When the job was created.
|
String |
getId()
The job's ID.
|
String |
getRoleArn()
The job's service role ARN.
|
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 |
setId(String id)
The job's ID.
|
void |
setRoleArn(String roleArn)
The job's service role ARN.
|
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.
|
StartReadSetImportJobResult |
withCreationTime(Date creationTime)
When the job was created.
|
StartReadSetImportJobResult |
withId(String id)
The job's ID.
|
StartReadSetImportJobResult |
withRoleArn(String roleArn)
The job's service role ARN.
|
StartReadSetImportJobResult |
withSequenceStoreId(String sequenceStoreId)
The read set's sequence store ID.
|
StartReadSetImportJobResult |
withStatus(ReadSetImportJobStatus status)
The job's status.
|
StartReadSetImportJobResult |
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 StartReadSetImportJobResult 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 StartReadSetImportJobResult withSequenceStoreId(String sequenceStoreId)
The read set's sequence store ID.
sequenceStoreId
- The read set's sequence store ID.public void setRoleArn(String roleArn)
The job's service role ARN.
roleArn
- The job's service role ARN.public String getRoleArn()
The job's service role ARN.
public StartReadSetImportJobResult withRoleArn(String roleArn)
The job's service role ARN.
roleArn
- The job's service role ARN.public void setStatus(String status)
The job's status.
status
- The job's status.ReadSetImportJobStatus
public String getStatus()
The job's status.
ReadSetImportJobStatus
public StartReadSetImportJobResult withStatus(String status)
The job's status.
status
- The job's status.ReadSetImportJobStatus
public StartReadSetImportJobResult withStatus(ReadSetImportJobStatus status)
The job's status.
status
- The job's status.ReadSetImportJobStatus
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 StartReadSetImportJobResult withCreationTime(Date creationTime)
When the job was created.
creationTime
- When the job was created.public String toString()
toString
in class Object
Object.toString()
public StartReadSetImportJobResult clone()