@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSequenceStoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateSequenceStoreResult() |
Modifier and Type | Method and Description |
---|---|
CreateSequenceStoreResult |
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 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 |
setSseConfig(SseConfig sseConfig)
The store's SSE settings.
|
String |
toString()
Returns a string representation of this object.
|
CreateSequenceStoreResult |
withArn(String arn)
The store's ARN.
|
CreateSequenceStoreResult |
withCreationTime(Date creationTime)
When the store was created.
|
CreateSequenceStoreResult |
withDescription(String description)
The store's description.
|
CreateSequenceStoreResult |
withETagAlgorithmFamily(ETagAlgorithmFamily eTagAlgorithmFamily)
The algorithm family of the ETag.
|
CreateSequenceStoreResult |
withETagAlgorithmFamily(String eTagAlgorithmFamily)
The algorithm family of the ETag.
|
CreateSequenceStoreResult |
withFallbackLocation(String fallbackLocation)
An S3 location that is used to store files that have failed a direct upload.
|
CreateSequenceStoreResult |
withId(String id)
The store's ID.
|
CreateSequenceStoreResult |
withName(String name)
The store's name.
|
CreateSequenceStoreResult |
withSseConfig(SseConfig sseConfig)
The store's 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 CreateSequenceStoreResult 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 CreateSequenceStoreResult 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 CreateSequenceStoreResult 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 CreateSequenceStoreResult withDescription(String description)
The store's description.
description
- The store's description.public void setSseConfig(SseConfig sseConfig)
The store's SSE settings.
sseConfig
- The store's SSE settings.public SseConfig getSseConfig()
The store's SSE settings.
public CreateSequenceStoreResult withSseConfig(SseConfig sseConfig)
The store's SSE settings.
sseConfig
- The store's 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 CreateSequenceStoreResult 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 CreateSequenceStoreResult 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 CreateSequenceStoreResult withETagAlgorithmFamily(String eTagAlgorithmFamily)
The algorithm family of the ETag.
eTagAlgorithmFamily
- The algorithm family of the ETag.ETagAlgorithmFamily
public CreateSequenceStoreResult 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 CreateSequenceStoreResult clone()