@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SequenceStoreDetail extends Object implements Serializable, Cloneable, StructuredPojo
Details about a sequence store.
Constructor and Description |
---|
SequenceStoreDetail() |
Modifier and Type | Method and Description |
---|---|
SequenceStoreDetail |
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.
|
SseConfig |
getSseConfig()
The store's server-side encryption (SSE) settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 |
setSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
|
String |
toString()
Returns a string representation of this object.
|
SequenceStoreDetail |
withArn(String arn)
The store's ARN.
|
SequenceStoreDetail |
withCreationTime(Date creationTime)
When the store was created.
|
SequenceStoreDetail |
withDescription(String description)
The store's description.
|
SequenceStoreDetail |
withETagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)
The algorithm family of the ETag.
|
SequenceStoreDetail |
withETagAlgorithmFamily(String eTagAlgorithmFamily)
The algorithm family of the ETag.
|
SequenceStoreDetail |
withFallbackLocation(String fallbackLocation)
An S3 location that is used to store files that have failed a direct upload.
|
SequenceStoreDetail |
withId(String id)
The store's ID.
|
SequenceStoreDetail |
withName(String name)
The store's name.
|
SequenceStoreDetail |
withSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
|
public void setArn(String arn)
The store's ARN.
arn
- The store's ARN.public String getArn()
The store's ARN.
public SequenceStoreDetail withArn(String arn)
The store's ARN.
arn
- The store's ARN.public void setId(String id)
The store's ID.
id
- The store's ID.public String getId()
The store's ID.
public SequenceStoreDetail withId(String id)
The store's ID.
id
- The store's ID.public void setName(String name)
The store's name.
name
- The store's name.public String getName()
The store's name.
public SequenceStoreDetail 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 SequenceStoreDetail 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 SequenceStoreDetail 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 SequenceStoreDetail 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 SequenceStoreDetail 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 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 SequenceStoreDetail withETagAlgorithmFamily(String eTagAlgorithmFamily)
The algorithm family of the ETag.
eTagAlgorithmFamily
- The algorithm family of the ETag.ETagAlgorithmFamily
public SequenceStoreDetail 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 SequenceStoreDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.