@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSequenceStoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSequenceStoreResult() |
Modifier and Type | Method and Description |
---|---|
GetSequenceStoreResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The store's ARN.
|
Date |
getCreationTime()
When the store was created.
|
String |
getDescription()
The store's description.
|
String |
getETagAlgorithmFamily()
The algorithm family of the ETag.
|
String |
getFallbackLocation()
An S3 location that is used to store files that have failed a direct upload.
|
String |
getId()
The store's ID.
|
String |
getName()
The store's name.
|
SequenceStoreS3Access |
getS3Access()
The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.
|
SseConfig |
getSseConfig()
The store's server-side encryption (SSE) settings.
|
int |
hashCode() |
void |
setArn(String arn)
The store's ARN.
|
void |
setCreationTime(Date creationTime)
When the store was created.
|
void |
setDescription(String description)
The store's description.
|
void |
setETagAlgorithmFamily(String eTagAlgorithmFamily)
The algorithm family of the ETag.
|
void |
setFallbackLocation(String fallbackLocation)
An S3 location that is used to store files that have failed a direct upload.
|
void |
setId(String id)
The store's ID.
|
void |
setName(String name)
The store's name.
|
void |
setS3Access(SequenceStoreS3Access s3Access)
The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.
|
void |
setSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
|
String |
toString()
Returns a string representation of this object.
|
GetSequenceStoreResult |
withArn(String arn)
The store's ARN.
|
GetSequenceStoreResult |
withCreationTime(Date creationTime)
When the store was created.
|
GetSequenceStoreResult |
withDescription(String description)
The store's description.
|
GetSequenceStoreResult |
withETagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)
The algorithm family of the ETag.
|
GetSequenceStoreResult |
withETagAlgorithmFamily(String eTagAlgorithmFamily)
The algorithm family of the ETag.
|
GetSequenceStoreResult |
withFallbackLocation(String fallbackLocation)
An S3 location that is used to store files that have failed a direct upload.
|
GetSequenceStoreResult |
withId(String id)
The store's ID.
|
GetSequenceStoreResult |
withName(String name)
The store's name.
|
GetSequenceStoreResult |
withS3Access(SequenceStoreS3Access s3Access)
The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.
|
GetSequenceStoreResult |
withSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The store's ID.
id
- The store's ID.public String getId()
The store's ID.
public GetSequenceStoreResult withId(String id)
The store's ID.
id
- The store's ID.public void setArn(String arn)
The store's ARN.
arn
- The store's ARN.public String getArn()
The store's ARN.
public GetSequenceStoreResult withArn(String arn)
The store's ARN.
arn
- The store's ARN.public void setName(String name)
The store's name.
name
- The store's name.public String getName()
The store's name.
public GetSequenceStoreResult withName(String name)
The store's name.
name
- The store's name.public void setDescription(String description)
The store's description.
description
- The store's description.public String getDescription()
The store's description.
public GetSequenceStoreResult withDescription(String description)
The store's description.
description
- The store's description.public void setSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
sseConfig
- The store's server-side encryption (SSE) settings.public SseConfig getSseConfig()
The store's server-side encryption (SSE) settings.
public GetSequenceStoreResult withSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
sseConfig
- The store's server-side encryption (SSE) settings.public void setCreationTime(Date creationTime)
When the store was created.
creationTime
- When the store was created.public Date getCreationTime()
When the store was created.
public GetSequenceStoreResult withCreationTime(Date creationTime)
When the store was created.
creationTime
- When the store was created.public void setFallbackLocation(String fallbackLocation)
An S3 location that is used to store files that have failed a direct upload.
fallbackLocation
- An S3 location that is used to store files that have failed a direct upload.public String getFallbackLocation()
An S3 location that is used to store files that have failed a direct upload.
public GetSequenceStoreResult withFallbackLocation(String fallbackLocation)
An S3 location that is used to store files that have failed a direct upload.
fallbackLocation
- An S3 location that is used to store files that have failed a direct upload.public void setS3Access(SequenceStoreS3Access s3Access)
The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.
s3Access
- The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.public SequenceStoreS3Access getS3Access()
The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.
public GetSequenceStoreResult withS3Access(SequenceStoreS3Access s3Access)
The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.
s3Access
- The S3 metadata of a sequence store, including the ARN and S3 URI of the S3 bucket.public void setETagAlgorithmFamily(String eTagAlgorithmFamily)
The algorithm family of the ETag.
eTagAlgorithmFamily
- The algorithm family of the ETag.ETagAlgorithmFamily
public String getETagAlgorithmFamily()
The algorithm family of the ETag.
ETagAlgorithmFamily
public GetSequenceStoreResult withETagAlgorithmFamily(String eTagAlgorithmFamily)
The algorithm family of the ETag.
eTagAlgorithmFamily
- The algorithm family of the ETag.ETagAlgorithmFamily
public GetSequenceStoreResult withETagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)
The algorithm family of the ETag.
eTagAlgorithmFamily
- The algorithm family of the ETag.ETagAlgorithmFamily
public String toString()
toString
in class Object
Object.toString()
public GetSequenceStoreResult clone()