@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VariantImportItemDetail extends Object implements Serializable, Cloneable, StructuredPojo
Details about an imported variant item.
| Constructor and Description |
|---|
VariantImportItemDetail() |
| Modifier and Type | Method and Description |
|---|---|
VariantImportItemDetail |
clone() |
boolean |
equals(Object obj) |
String |
getJobStatus()
The item's job status.
|
String |
getSource()
The source file's location in Amazon S3.
|
String |
getStatusMessage()
A message that provides additional context about a job
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setJobStatus(String jobStatus)
The item's job status.
|
void |
setSource(String source)
The source file's location in Amazon S3.
|
void |
setStatusMessage(String statusMessage)
A message that provides additional context about a job
|
String |
toString()
Returns a string representation of this object.
|
VariantImportItemDetail |
withJobStatus(JobStatus jobStatus)
The item's job status.
|
VariantImportItemDetail |
withJobStatus(String jobStatus)
The item's job status.
|
VariantImportItemDetail |
withSource(String source)
The source file's location in Amazon S3.
|
VariantImportItemDetail |
withStatusMessage(String statusMessage)
A message that provides additional context about a job
|
public void setSource(String source)
The source file's location in Amazon S3.
source - The source file's location in Amazon S3.public String getSource()
The source file's location in Amazon S3.
public VariantImportItemDetail withSource(String source)
The source file's location in Amazon S3.
source - The source file's location in Amazon S3.public void setJobStatus(String jobStatus)
The item's job status.
jobStatus - The item's job status.JobStatuspublic String getJobStatus()
The item's job status.
JobStatuspublic VariantImportItemDetail withJobStatus(String jobStatus)
The item's job status.
jobStatus - The item's job status.JobStatuspublic VariantImportItemDetail withJobStatus(JobStatus jobStatus)
The item's job status.
jobStatus - The item's job status.JobStatuspublic void setStatusMessage(String statusMessage)
A message that provides additional context about a job
statusMessage - A message that provides additional context about a jobpublic String getStatusMessage()
A message that provides additional context about a job
public VariantImportItemDetail withStatusMessage(String statusMessage)
A message that provides additional context about a job
statusMessage - A message that provides additional context about a jobpublic String toString()
toString in class ObjectObject.toString()public VariantImportItemDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.