@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReferenceFiles extends Object implements Serializable, Cloneable, StructuredPojo
A set of genome reference files.
| Constructor and Description | 
|---|
| ReferenceFiles() | 
| Modifier and Type | Method and Description | 
|---|---|
| ReferenceFiles | clone() | 
| boolean | equals(Object obj) | 
| FileInformation | getIndex()
 The files' index. | 
| FileInformation | getSource()
 The source file's location in Amazon S3. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setIndex(FileInformation index)
 The files' index. | 
| void | setSource(FileInformation source)
 The source file's location in Amazon S3. | 
| String | toString()Returns a string representation of this object. | 
| ReferenceFiles | withIndex(FileInformation index)
 The files' index. | 
| ReferenceFiles | withSource(FileInformation source)
 The source file's location in Amazon S3. | 
public void setSource(FileInformation source)
The source file's location in Amazon S3.
source - The source file's location in Amazon S3.public FileInformation getSource()
The source file's location in Amazon S3.
public ReferenceFiles withSource(FileInformation source)
The source file's location in Amazon S3.
source - The source file's location in Amazon S3.public void setIndex(FileInformation index)
The files' index.
index - The files' index.public FileInformation getIndex()
The files' index.
public ReferenceFiles withIndex(FileInformation index)
The files' index.
index - The files' index.public String toString()
toString in class ObjectObject.toString()public ReferenceFiles clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.