@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAnnotationStoreResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateAnnotationStoreResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateAnnotationStoreResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When the store was created.
|
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()
The store's file parsing options.
|
String |
getVersionName()
The name given to an annotation store version to distinguish it from other versions.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
When the store was created.
|
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)
The store's file parsing options.
|
void |
setVersionName(String versionName)
The name given to an annotation store version to distinguish it from other versions.
|
String |
toString()
Returns a string representation of this object.
|
CreateAnnotationStoreResult |
withCreationTime(Date creationTime)
When the store was created.
|
CreateAnnotationStoreResult |
withId(String id)
The store's ID.
|
CreateAnnotationStoreResult |
withName(String name)
The store's name.
|
CreateAnnotationStoreResult |
withReference(ReferenceItem reference)
The store's genome reference.
|
CreateAnnotationStoreResult |
withStatus(StoreStatus status)
The store's status.
|
CreateAnnotationStoreResult |
withStatus(String status)
The store's status.
|
CreateAnnotationStoreResult |
withStoreFormat(StoreFormat storeFormat)
The annotation file format of the store.
|
CreateAnnotationStoreResult |
withStoreFormat(String storeFormat)
The annotation file format of the store.
|
CreateAnnotationStoreResult |
withStoreOptions(StoreOptions storeOptions)
The store's file parsing options.
|
CreateAnnotationStoreResult |
withVersionName(String versionName)
The name given to an annotation store version to distinguish it from other versions.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setId(String id)
The store's ID.
id - The store's ID.public String getId()
The store's ID.
public CreateAnnotationStoreResult withId(String id)
The store's ID.
id - The store's ID.public void setReference(ReferenceItem reference)
The store's genome reference. Required for all stores except TSV format with generic annotations.
reference - The store's genome reference. Required for all stores except TSV format with generic annotations.public ReferenceItem getReference()
The store's genome reference. Required for all stores except TSV format with generic annotations.
public CreateAnnotationStoreResult withReference(ReferenceItem reference)
The store's genome reference. Required for all stores except TSV format with generic annotations.
reference - The store's genome reference. Required for all stores except TSV format with generic annotations.public void setStoreFormat(String storeFormat)
The annotation file format of the store.
storeFormat - The annotation file format of the store.StoreFormatpublic String getStoreFormat()
The annotation file format of the store.
StoreFormatpublic CreateAnnotationStoreResult withStoreFormat(String storeFormat)
The annotation file format of the store.
storeFormat - The annotation file format of the store.StoreFormatpublic CreateAnnotationStoreResult withStoreFormat(StoreFormat storeFormat)
The annotation file format of the store.
storeFormat - The annotation file format of the store.StoreFormatpublic void setStoreOptions(StoreOptions storeOptions)
The store's file parsing options.
storeOptions - The store's file parsing options.public StoreOptions getStoreOptions()
The store's file parsing options.
public CreateAnnotationStoreResult withStoreOptions(StoreOptions storeOptions)
The store's file parsing options.
storeOptions - The store's file parsing options.public void setStatus(String status)
The store's status.
status - The store's status.StoreStatuspublic String getStatus()
The store's status.
StoreStatuspublic CreateAnnotationStoreResult withStatus(String status)
The store's status.
status - The store's status.StoreStatuspublic CreateAnnotationStoreResult withStatus(StoreStatus status)
The store's status.
status - The store's status.StoreStatuspublic void setName(String name)
The store's name.
name - The store's name.public String getName()
The store's name.
public CreateAnnotationStoreResult withName(String name)
The store's name.
name - The store's name.public void setVersionName(String versionName)
The name given to an annotation store version to distinguish it from other versions.
versionName - The name given to an annotation store version to distinguish it from other versions.public String getVersionName()
The name given to an annotation store version to distinguish it from other versions.
public CreateAnnotationStoreResult withVersionName(String versionName)
The name given to an annotation store version to distinguish it from other versions.
versionName - The name given to an annotation store version to distinguish it from other versions.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 CreateAnnotationStoreResult withCreationTime(Date creationTime)
When the store was created.
creationTime - When the store was created.public String toString()
toString in class ObjectObject.toString()public CreateAnnotationStoreResult clone()