@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReadSetS3Access extends Object implements Serializable, Cloneable, StructuredPojo
The S3 URI for each read set file.
| Constructor and Description |
|---|
ReadSetS3Access() |
| Modifier and Type | Method and Description |
|---|---|
ReadSetS3Access |
clone() |
boolean |
equals(Object obj) |
String |
getS3Uri()
The S3 URI for each read set file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3Uri(String s3Uri)
The S3 URI for each read set file.
|
String |
toString()
Returns a string representation of this object.
|
ReadSetS3Access |
withS3Uri(String s3Uri)
The S3 URI for each read set file.
|
public void setS3Uri(String s3Uri)
The S3 URI for each read set file.
s3Uri - The S3 URI for each read set file.public String getS3Uri()
The S3 URI for each read set file.
public ReadSetS3Access withS3Uri(String s3Uri)
The S3 URI for each read set file.
s3Uri - The S3 URI for each read set file.public String toString()
toString in class ObjectObject.toString()public ReadSetS3Access clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.