@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAnnotationStoreVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAnnotationStoreVersionResult() |
Modifier and Type | Method and Description |
---|---|
CreateAnnotationStoreVersionResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time stamp for the creation of an annotation store version.
|
String |
getId()
A generated ID for the annotation store
|
String |
getName()
The name given to an annotation store version to distinguish it from other versions.
|
String |
getStatus()
The status of a annotation store version.
|
String |
getStoreId()
The ID for the annotation store from which new versions are being created.
|
String |
getVersionName()
The name given to an annotation store version to distinguish it from other versions.
|
VersionOptions |
getVersionOptions()
The options for an annotation store version.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The time stamp for the creation of an annotation store version.
|
void |
setId(String id)
A generated ID for the annotation store
|
void |
setName(String name)
The name given to an annotation store version to distinguish it from other versions.
|
void |
setStatus(String status)
The status of a annotation store version.
|
void |
setStoreId(String storeId)
The ID for the annotation store from which new versions are being created.
|
void |
setVersionName(String versionName)
The name given to an annotation store version to distinguish it from other versions.
|
void |
setVersionOptions(VersionOptions versionOptions)
The options for an annotation store version.
|
String |
toString()
Returns a string representation of this object.
|
CreateAnnotationStoreVersionResult |
withCreationTime(Date creationTime)
The time stamp for the creation of an annotation store version.
|
CreateAnnotationStoreVersionResult |
withId(String id)
A generated ID for the annotation store
|
CreateAnnotationStoreVersionResult |
withName(String name)
The name given to an annotation store version to distinguish it from other versions.
|
CreateAnnotationStoreVersionResult |
withStatus(String status)
The status of a annotation store version.
|
CreateAnnotationStoreVersionResult |
withStatus(VersionStatus status)
The status of a annotation store version.
|
CreateAnnotationStoreVersionResult |
withStoreId(String storeId)
The ID for the annotation store from which new versions are being created.
|
CreateAnnotationStoreVersionResult |
withVersionName(String versionName)
The name given to an annotation store version to distinguish it from other versions.
|
CreateAnnotationStoreVersionResult |
withVersionOptions(VersionOptions versionOptions)
The options for an annotation store version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
A generated ID for the annotation store
id
- A generated ID for the annotation storepublic String getId()
A generated ID for the annotation store
public CreateAnnotationStoreVersionResult withId(String id)
A generated ID for the annotation store
id
- A generated ID for the annotation storepublic 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 CreateAnnotationStoreVersionResult 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 setStoreId(String storeId)
The ID for the annotation store from which new versions are being created.
storeId
- The ID for the annotation store from which new versions are being created.public String getStoreId()
The ID for the annotation store from which new versions are being created.
public CreateAnnotationStoreVersionResult withStoreId(String storeId)
The ID for the annotation store from which new versions are being created.
storeId
- The ID for the annotation store from which new versions are being created.public void setVersionOptions(VersionOptions versionOptions)
The options for an annotation store version.
versionOptions
- The options for an annotation store version.public VersionOptions getVersionOptions()
The options for an annotation store version.
public CreateAnnotationStoreVersionResult withVersionOptions(VersionOptions versionOptions)
The options for an annotation store version.
versionOptions
- The options for an annotation store version.public void setName(String name)
The name given to an annotation store version to distinguish it from other versions.
name
- The name given to an annotation store version to distinguish it from other versions.public String getName()
The name given to an annotation store version to distinguish it from other versions.
public CreateAnnotationStoreVersionResult withName(String name)
The name given to an annotation store version to distinguish it from other versions.
name
- The name given to an annotation store version to distinguish it from other versions.public void setStatus(String status)
The status of a annotation store version.
status
- The status of a annotation store version.VersionStatus
public String getStatus()
The status of a annotation store version.
VersionStatus
public CreateAnnotationStoreVersionResult withStatus(String status)
The status of a annotation store version.
status
- The status of a annotation store version.VersionStatus
public CreateAnnotationStoreVersionResult withStatus(VersionStatus status)
The status of a annotation store version.
status
- The status of a annotation store version.VersionStatus
public void setCreationTime(Date creationTime)
The time stamp for the creation of an annotation store version.
creationTime
- The time stamp for the creation of an annotation store version.public Date getCreationTime()
The time stamp for the creation of an annotation store version.
public CreateAnnotationStoreVersionResult withCreationTime(Date creationTime)
The time stamp for the creation of an annotation store version.
creationTime
- The time stamp for the creation of an annotation store version.public String toString()
toString
in class Object
Object.toString()
public CreateAnnotationStoreVersionResult clone()