@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAnnotationStoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateAnnotationStoreResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAnnotationStoreResult |
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.
|
String |
getStatus()
The store's status.
|
String |
getStoreFormat()
The annotation file format of the store.
|
StoreOptions |
getStoreOptions()
Parsing options for the store.
|
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 |
setStatus(String status)
The store's status.
|
void |
setStoreFormat(String storeFormat)
The annotation file format of the store.
|
void |
setStoreOptions(StoreOptions storeOptions)
Parsing options for the store.
|
void |
setUpdateTime(Date updateTime)
When the store was updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAnnotationStoreResult |
withCreationTime(Date creationTime)
When the store was created.
|
UpdateAnnotationStoreResult |
withDescription(String description)
The store's description.
|
UpdateAnnotationStoreResult |
withId(String id)
The store's ID.
|
UpdateAnnotationStoreResult |
withName(String name)
The store's name.
|
UpdateAnnotationStoreResult |
withReference(ReferenceItem reference)
The store's genome reference.
|
UpdateAnnotationStoreResult |
withStatus(StoreStatus status)
The store's status.
|
UpdateAnnotationStoreResult |
withStatus(String status)
The store's status.
|
UpdateAnnotationStoreResult |
withStoreFormat(StoreFormat storeFormat)
The annotation file format of the store.
|
UpdateAnnotationStoreResult |
withStoreFormat(String storeFormat)
The annotation file format of the store.
|
UpdateAnnotationStoreResult |
withStoreOptions(StoreOptions storeOptions)
Parsing options for the store.
|
UpdateAnnotationStoreResult |
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 UpdateAnnotationStoreResult 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 UpdateAnnotationStoreResult 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 UpdateAnnotationStoreResult withStatus(String status)
The store's status.
status
- The store's status.StoreStatus
public UpdateAnnotationStoreResult withStatus(StoreStatus status)
The store's status.
status
- The store's status.StoreStatus
public void setName(String name)
The store's name.
name
- The store's name.public String getName()
The store's name.
public UpdateAnnotationStoreResult 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 UpdateAnnotationStoreResult withDescription(String description)
The store's description.
description
- The store's description.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 UpdateAnnotationStoreResult 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 UpdateAnnotationStoreResult withUpdateTime(Date updateTime)
When the store was updated.
updateTime
- When the store was updated.public void setStoreOptions(StoreOptions storeOptions)
Parsing options for the store.
storeOptions
- Parsing options for the store.public StoreOptions getStoreOptions()
Parsing options for the store.
public UpdateAnnotationStoreResult withStoreOptions(StoreOptions storeOptions)
Parsing options for the store.
storeOptions
- Parsing options for the store.public void setStoreFormat(String storeFormat)
The annotation file format of the store.
storeFormat
- The annotation file format of the store.StoreFormat
public String getStoreFormat()
The annotation file format of the store.
StoreFormat
public UpdateAnnotationStoreResult withStoreFormat(String storeFormat)
The annotation file format of the store.
storeFormat
- The annotation file format of the store.StoreFormat
public UpdateAnnotationStoreResult withStoreFormat(StoreFormat storeFormat)
The annotation file format of the store.
storeFormat
- The annotation file format of the store.StoreFormat
public String toString()
toString
in class Object
Object.toString()
public UpdateAnnotationStoreResult clone()