@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnnotationImportItemSource extends Object implements Serializable, Cloneable, StructuredPojo
A source for an annotation import job.
Constructor and Description |
---|
AnnotationImportItemSource() |
Modifier and Type | Method and Description |
---|---|
AnnotationImportItemSource |
clone() |
boolean |
equals(Object obj) |
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 |
setSource(String source)
The source file's location in Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
AnnotationImportItemSource |
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 AnnotationImportItemSource withSource(String source)
The source file's location in Amazon S3.
source
- The source file's location in Amazon S3.public String toString()
toString
in class Object
Object.toString()
public AnnotationImportItemSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.