@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VariantStoreItem extends Object implements Serializable, Cloneable, StructuredPojo
A variant store.
Constructor and Description |
---|
VariantStoreItem() |
Modifier and Type | Method and Description |
---|---|
VariantStoreItem |
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.
|
Date |
getUpdateTime()
When the store was updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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 |
setUpdateTime(Date updateTime)
When the store was updated.
|
String |
toString()
Returns a string representation of this object.
|
VariantStoreItem |
withCreationTime(Date creationTime)
When the store was created.
|
VariantStoreItem |
withDescription(String description)
The store's description.
|
VariantStoreItem |
withId(String id)
The store's ID.
|
VariantStoreItem |
withName(String name)
The store's name.
|
VariantStoreItem |
withReference(ReferenceItem reference)
The store's genome reference.
|
VariantStoreItem |
withSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
|
VariantStoreItem |
withStatus(StoreStatus status)
The store's status.
|
VariantStoreItem |
withStatus(String status)
The store's status.
|
VariantStoreItem |
withStatusMessage(String statusMessage)
The store's status message.
|
VariantStoreItem |
withStoreArn(String storeArn)
The store's ARN.
|
VariantStoreItem |
withStoreSizeBytes(Long storeSizeBytes)
The store's size in bytes.
|
VariantStoreItem |
withUpdateTime(Date updateTime)
When the store was updated.
|
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 VariantStoreItem withCreationTime(Date creationTime)
When the store was created.
creationTime
- When the store was created.public void setDescription(String description)
The store's description.
description
- The store's description.public String getDescription()
The store's description.
public VariantStoreItem withDescription(String description)
The store's description.
description
- The store's description.public void setId(String id)
The store's ID.
id
- The store's ID.public String getId()
The store's ID.
public VariantStoreItem 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 VariantStoreItem withName(String name)
The store's name.
name
- The store's name.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 VariantStoreItem withReference(ReferenceItem reference)
The store's genome reference.
reference
- The store's genome reference.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 VariantStoreItem withSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
sseConfig
- The store's server-side encryption (SSE) settings.public void setStatus(String status)
The store's status.
status
- The store's status.StoreStatus
public String getStatus()
The store's status.
StoreStatus
public VariantStoreItem withStatus(String status)
The store's status.
status
- The store's status.StoreStatus
public VariantStoreItem withStatus(StoreStatus status)
The store's status.
status
- The store's status.StoreStatus
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 VariantStoreItem withStatusMessage(String statusMessage)
The store's status message.
statusMessage
- The store's status message.public void setStoreArn(String storeArn)
The store's ARN.
storeArn
- The store's ARN.public String getStoreArn()
The store's ARN.
public VariantStoreItem withStoreArn(String storeArn)
The store's ARN.
storeArn
- The store's ARN.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 VariantStoreItem withStoreSizeBytes(Long storeSizeBytes)
The store's size in bytes.
storeSizeBytes
- The store's size in bytes.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 VariantStoreItem withUpdateTime(Date updateTime)
When the store was updated.
updateTime
- When the store was updated.public String toString()
toString
in class Object
Object.toString()
public VariantStoreItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.