@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.
|
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.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 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 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 setReference(ReferenceItem reference)
The store's genome reference.
reference
- The store's genome reference.public ReferenceItem getReference()
The store's genome reference.
public CreateAnnotationStoreResult 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 CreateAnnotationStoreResult withStatus(String status)
The store's status.
status
- The store's status.StoreStatus
public CreateAnnotationStoreResult withStatus(StoreStatus status)
The store's status.
status
- The store's status.StoreStatus
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 CreateAnnotationStoreResult withStoreFormat(String storeFormat)
The annotation file format of the store.
storeFormat
- The annotation file format of the store.StoreFormat
public CreateAnnotationStoreResult withStoreFormat(StoreFormat storeFormat)
The annotation file format of the store.
storeFormat
- The annotation file format of the store.StoreFormat
public 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 String toString()
toString
in class Object
Object.toString()
public CreateAnnotationStoreResult clone()