@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SequenceStoreS3Access extends Object implements Serializable, Cloneable, StructuredPojo
The S3 access metadata of the sequence store.
Constructor and Description |
---|
SequenceStoreS3Access() |
Modifier and Type | Method and Description |
---|---|
SequenceStoreS3Access |
clone() |
boolean |
equals(Object obj) |
String |
getS3AccessPointArn()
This is ARN of the access point associated with the S3 bucket storing read sets.
|
String |
getS3Uri()
The S3 URI of the sequence store.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3AccessPointArn(String s3AccessPointArn)
This is ARN of the access point associated with the S3 bucket storing read sets.
|
void |
setS3Uri(String s3Uri)
The S3 URI of the sequence store.
|
String |
toString()
Returns a string representation of this object.
|
SequenceStoreS3Access |
withS3AccessPointArn(String s3AccessPointArn)
This is ARN of the access point associated with the S3 bucket storing read sets.
|
SequenceStoreS3Access |
withS3Uri(String s3Uri)
The S3 URI of the sequence store.
|
public void setS3Uri(String s3Uri)
The S3 URI of the sequence store.
s3Uri
- The S3 URI of the sequence store.public String getS3Uri()
The S3 URI of the sequence store.
public SequenceStoreS3Access withS3Uri(String s3Uri)
The S3 URI of the sequence store.
s3Uri
- The S3 URI of the sequence store.public void setS3AccessPointArn(String s3AccessPointArn)
This is ARN of the access point associated with the S3 bucket storing read sets.
s3AccessPointArn
- This is ARN of the access point associated with the S3 bucket storing read sets.public String getS3AccessPointArn()
This is ARN of the access point associated with the S3 bucket storing read sets.
public SequenceStoreS3Access withS3AccessPointArn(String s3AccessPointArn)
This is ARN of the access point associated with the S3 bucket storing read sets.
s3AccessPointArn
- This is ARN of the access point associated with the S3 bucket storing read sets.public String toString()
toString
in class Object
Object.toString()
public SequenceStoreS3Access clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.