@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVariantStoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetVariantStoreResult() |
Modifier and Type | Method and Description |
---|---|
GetVariantStoreResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetVariantStoreResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetVariantStoreResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When the store was created.
|
String |
getDescription()
The store's description.
|
String |
getId()
The store's ID.
|
String |
getName()
The store's name.
|
ReferenceItem |
getReference()
The store's genome reference.
|
SseConfig |
getSseConfig()
The store's server-side encryption (SSE) settings.
|
String |
getStatus()
The store's status.
|
String |
getStatusMessage()
The store's status message.
|
String |
getStoreArn()
The store's ARN.
|
Long |
getStoreSizeBytes()
The store's size in bytes.
|
Map<String,String> |
getTags()
The store's tags.
|
Date |
getUpdateTime()
When the store was updated.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
When the store was created.
|
void |
setDescription(String description)
The store's description.
|
void |
setId(String id)
The store's ID.
|
void |
setName(String name)
The store's name.
|
void |
setReference(ReferenceItem reference)
The store's genome reference.
|
void |
setSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
|
void |
setStatus(String status)
The store's status.
|
void |
setStatusMessage(String statusMessage)
The store's status message.
|
void |
setStoreArn(String storeArn)
The store's ARN.
|
void |
setStoreSizeBytes(Long storeSizeBytes)
The store's size in bytes.
|
void |
setTags(Map<String,String> tags)
The store's tags.
|
void |
setUpdateTime(Date updateTime)
When the store was updated.
|
String |
toString()
Returns a string representation of this object.
|
GetVariantStoreResult |
withCreationTime(Date creationTime)
When the store was created.
|
GetVariantStoreResult |
withDescription(String description)
The store's description.
|
GetVariantStoreResult |
withId(String id)
The store's ID.
|
GetVariantStoreResult |
withName(String name)
The store's name.
|
GetVariantStoreResult |
withReference(ReferenceItem reference)
The store's genome reference.
|
GetVariantStoreResult |
withSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
|
GetVariantStoreResult |
withStatus(StoreStatus status)
The store's status.
|
GetVariantStoreResult |
withStatus(String status)
The store's status.
|
GetVariantStoreResult |
withStatusMessage(String statusMessage)
The store's status message.
|
GetVariantStoreResult |
withStoreArn(String storeArn)
The store's ARN.
|
GetVariantStoreResult |
withStoreSizeBytes(Long storeSizeBytes)
The store's size in bytes.
|
GetVariantStoreResult |
withTags(Map<String,String> tags)
The store's tags.
|
GetVariantStoreResult |
withUpdateTime(Date updateTime)
When the store was updated.
|
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 GetVariantStoreResult withId(String id)
The store's ID.
id
- The store's ID.public void setReference(ReferenceItem reference)
The store's genome reference.
reference
- The store's genome reference.public ReferenceItem getReference()
The store's genome reference.
public GetVariantStoreResult withReference(ReferenceItem reference)
The store's genome reference.
reference
- The store's genome reference.public void setStatus(String status)
The store's status.
status
- The store's status.StoreStatus
public String getStatus()
The store's status.
StoreStatus
public GetVariantStoreResult withStatus(String status)
The store's status.
status
- The store's status.StoreStatus
public GetVariantStoreResult withStatus(StoreStatus status)
The store's status.
status
- The store's status.StoreStatus
public void setStoreArn(String storeArn)
The store's ARN.
storeArn
- The store's ARN.public String getStoreArn()
The store's ARN.
public GetVariantStoreResult withStoreArn(String storeArn)
The store's ARN.
storeArn
- 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 GetVariantStoreResult 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 GetVariantStoreResult 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 GetVariantStoreResult 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 GetVariantStoreResult withCreationTime(Date creationTime)
When the store was created.
creationTime
- When the store was created.public void setUpdateTime(Date updateTime)
When the store was updated.
updateTime
- When the store was updated.public Date getUpdateTime()
When the store was updated.
public GetVariantStoreResult withUpdateTime(Date updateTime)
When the store was updated.
updateTime
- When the store was updated.public void setTags(Map<String,String> tags)
The store's tags.
tags
- The store's tags.public GetVariantStoreResult withTags(Map<String,String> tags)
The store's tags.
tags
- The store's tags.public GetVariantStoreResult addTagsEntry(String key, String value)
public GetVariantStoreResult clearTagsEntries()
public void setStatusMessage(String statusMessage)
The store's status message.
statusMessage
- The store's status message.public String getStatusMessage()
The store's status message.
public GetVariantStoreResult withStatusMessage(String statusMessage)
The store's status message.
statusMessage
- The store's status message.public void setStoreSizeBytes(Long storeSizeBytes)
The store's size in bytes.
storeSizeBytes
- The store's size in bytes.public Long getStoreSizeBytes()
The store's size in bytes.
public GetVariantStoreResult withStoreSizeBytes(Long storeSizeBytes)
The store's size in bytes.
storeSizeBytes
- The store's size in bytes.public String toString()
toString
in class Object
Object.toString()
public GetVariantStoreResult clone()