@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnnotationImportItemDetail extends Object implements Serializable, Cloneable, StructuredPojo
Details about an imported annotation item.
| Constructor and Description |
|---|
AnnotationImportItemDetail() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationImportItemDetail |
clone() |
boolean |
equals(Object obj) |
String |
getJobStatus()
The item's job status.
|
String |
getSource()
The source file's location in Amazon S3.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
AnnotationImportItemDetail |
withJobStatus(JobStatus jobStatus)
The item's job status.
|
AnnotationImportItemDetail |
withJobStatus(String jobStatus)
The item's job status.
|
AnnotationImportItemDetail |
withSource(String source)
The source file's location in Amazon S3.
|
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 AnnotationImportItemDetail 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 AnnotationImportItemDetail withJobStatus(String jobStatus)
The item's job status.
jobStatus - The item's job status.JobStatuspublic AnnotationImportItemDetail withJobStatus(JobStatus jobStatus)
The item's job status.
jobStatus - The item's job status.JobStatuspublic String toString()
toString in class ObjectObject.toString()public AnnotationImportItemDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.