@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnnotationStoreItem extends Object implements Serializable, Cloneable, StructuredPojo
An annotation store.
Constructor and Description |
---|
AnnotationStoreItem() |
Modifier and Type | Method and Description |
---|---|
AnnotationStoreItem |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The store's creation time.
|
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.
|
String |
getStoreFormat()
The store's file format.
|
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)
The store's creation time.
|
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 |
setStoreFormat(String storeFormat)
The store's file format.
|
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.
|
AnnotationStoreItem |
withCreationTime(Date creationTime)
The store's creation time.
|
AnnotationStoreItem |
withDescription(String description)
The store's description.
|
AnnotationStoreItem |
withId(String id)
The store's ID.
|
AnnotationStoreItem |
withName(String name)
The store's name.
|
AnnotationStoreItem |
withReference(ReferenceItem reference)
The store's genome reference.
|
AnnotationStoreItem |
withSseConfig(SseConfig sseConfig)
The store's server-side encryption (SSE) settings.
|
AnnotationStoreItem |
withStatus(StoreStatus status)
The store's status.
|
AnnotationStoreItem |
withStatus(String status)
The store's status.
|
AnnotationStoreItem |
withStatusMessage(String statusMessage)
The store's status message.
|
AnnotationStoreItem |
withStoreArn(String storeArn)
The store's ARN.
|
AnnotationStoreItem |
withStoreFormat(StoreFormat storeFormat)
The store's file format.
|
AnnotationStoreItem |
withStoreFormat(String storeFormat)
The store's file format.
|
AnnotationStoreItem |
withStoreSizeBytes(Long storeSizeBytes)
The store's size in bytes.
|
AnnotationStoreItem |
withUpdateTime(Date updateTime)
When the store was updated.
|
public void setId(String id)
The store's ID.
id
- The store's ID.public String getId()
The store's ID.
public AnnotationStoreItem 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 AnnotationStoreItem 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 AnnotationStoreItem withStatus(String status)
The store's status.
status
- The store's status.StoreStatus
public AnnotationStoreItem 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 AnnotationStoreItem 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 AnnotationStoreItem withName(String name)
The store's name.
name
- The store's name.public void setStoreFormat(String storeFormat)
The store's file format.
storeFormat
- The store's file format.StoreFormat
public String getStoreFormat()
The store's file format.
StoreFormat
public AnnotationStoreItem withStoreFormat(String storeFormat)
The store's file format.
storeFormat
- The store's file format.StoreFormat
public AnnotationStoreItem withStoreFormat(StoreFormat storeFormat)
The store's file format.
storeFormat
- The store's file format.StoreFormat
public void setDescription(String description)
The store's description.
description
- The store's description.public String getDescription()
The store's description.
public AnnotationStoreItem 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 AnnotationStoreItem 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)
The store's creation time.
creationTime
- The store's creation time.public Date getCreationTime()
The store's creation time.
public AnnotationStoreItem withCreationTime(Date creationTime)
The store's creation time.
creationTime
- The store's creation time.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 AnnotationStoreItem withUpdateTime(Date updateTime)
When the store was updated.
updateTime
- When the store was updated.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 AnnotationStoreItem 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 AnnotationStoreItem 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 AnnotationStoreItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.