@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVariantStoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateVariantStoreResult() |
Modifier and Type | Method and Description |
---|---|
UpdateVariantStoreResult |
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.
|
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 |
setUpdateTime(Date updateTime)
When the store was updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateVariantStoreResult |
withCreationTime(Date creationTime)
When the store was created.
|
UpdateVariantStoreResult |
withDescription(String description)
The store's description.
|
UpdateVariantStoreResult |
withId(String id)
The store's ID.
|
UpdateVariantStoreResult |
withName(String name)
The store's name.
|
UpdateVariantStoreResult |
withReference(ReferenceItem reference)
The store's genome reference.
|
UpdateVariantStoreResult |
withStatus(StoreStatus status)
The store's status.
|
UpdateVariantStoreResult |
withStatus(String status)
The store's status.
|
UpdateVariantStoreResult |
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 UpdateVariantStoreResult 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 UpdateVariantStoreResult 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 UpdateVariantStoreResult withStatus(String status)
The store's status.
status
- The store's status.StoreStatus
public UpdateVariantStoreResult 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 UpdateVariantStoreResult 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 UpdateVariantStoreResult 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 UpdateVariantStoreResult 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 UpdateVariantStoreResult withUpdateTime(Date updateTime)
When the store was updated.
updateTime
- When the store was updated.public String toString()
toString
in class Object
Object.toString()
public UpdateVariantStoreResult clone()