@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 setJobStatus(String jobStatus)
The item's job status.
jobStatus
- The item's job status.JobStatus
public String getJobStatus()
The item's job status.
JobStatus
public VariantImportItemDetail withJobStatus(String jobStatus)
The item's job status.
jobStatus
- The item's job status.JobStatus
public VariantImportItemDetail withJobStatus(JobStatus jobStatus)
The item's job status.
jobStatus
- The item's job status.JobStatus
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 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 Object
Object.toString()
public VariantImportItemDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.