@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReadSetFiles extends Object implements Serializable, Cloneable, StructuredPojo
Files in a read set.
Constructor and Description |
---|
ReadSetFiles() |
Modifier and Type | Method and Description |
---|---|
ReadSetFiles |
clone() |
boolean |
equals(Object obj) |
FileInformation |
getIndex()
The files' index.
|
FileInformation |
getSource1()
The location of the first file in Amazon S3.
|
FileInformation |
getSource2()
The location of the second file 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 |
setSource1(FileInformation source1)
The location of the first file in Amazon S3.
|
void |
setSource2(FileInformation source2)
The location of the second file in Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
ReadSetFiles |
withIndex(FileInformation index)
The files' index.
|
ReadSetFiles |
withSource1(FileInformation source1)
The location of the first file in Amazon S3.
|
ReadSetFiles |
withSource2(FileInformation source2)
The location of the second file in Amazon S3.
|
public void setSource1(FileInformation source1)
The location of the first file in Amazon S3.
source1
- The location of the first file in Amazon S3.public FileInformation getSource1()
The location of the first file in Amazon S3.
public ReadSetFiles withSource1(FileInformation source1)
The location of the first file in Amazon S3.
source1
- The location of the first file in Amazon S3.public void setSource2(FileInformation source2)
The location of the second file in Amazon S3.
source2
- The location of the second file in Amazon S3.public FileInformation getSource2()
The location of the second file in Amazon S3.
public ReadSetFiles withSource2(FileInformation source2)
The location of the second file in Amazon S3.
source2
- The location of the second file in Amazon S3.public void setIndex(FileInformation index)
The files' index.
index
- The files' index.public FileInformation getIndex()
The files' index.
public ReadSetFiles withIndex(FileInformation index)
The files' index.
index
- The files' index.public String toString()
toString
in class Object
Object.toString()
public ReadSetFiles clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.