@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VariantImportItemSource extends Object implements Serializable, Cloneable, StructuredPojo
A imported variant item's source.
| Constructor and Description | 
|---|
| VariantImportItemSource() | 
| Modifier and Type | Method and Description | 
|---|---|
| VariantImportItemSource | 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. | 
| VariantImportItemSource | 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 VariantImportItemSource 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 ObjectObject.toString()public VariantImportItemSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.