@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAnnotationStoreVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateAnnotationStoreVersionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateAnnotationStoreVersionRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateAnnotationStoreVersionRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateAnnotationStoreVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDescription()
The description of an annotation store version.
|
String |
getName()
The name of an annotation store version from which versions are being created.
|
Map<String,String> |
getTags()
Any tags added to annotation store version.
|
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 |
setDescription(String description)
The description of an annotation store version.
|
void |
setName(String name)
The name of an annotation store version from which versions are being created.
|
void |
setTags(Map<String,String> tags)
Any tags added to annotation store version.
|
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.
|
CreateAnnotationStoreVersionRequest |
withDescription(String description)
The description of an annotation store version.
|
CreateAnnotationStoreVersionRequest |
withName(String name)
The name of an annotation store version from which versions are being created.
|
CreateAnnotationStoreVersionRequest |
withTags(Map<String,String> tags)
Any tags added to annotation store version.
|
CreateAnnotationStoreVersionRequest |
withVersionName(String versionName)
The name given to an annotation store version to distinguish it from other versions.
|
CreateAnnotationStoreVersionRequest |
withVersionOptions(VersionOptions versionOptions)
The options for an annotation store version.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setName(String name)
The name of an annotation store version from which versions are being created.
name
- The name of an annotation store version from which versions are being created.public String getName()
The name of an annotation store version from which versions are being created.
public CreateAnnotationStoreVersionRequest withName(String name)
The name of an annotation store version from which versions are being created.
name
- The name of an annotation store version from which versions are being created.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 CreateAnnotationStoreVersionRequest 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 setDescription(String description)
The description of an annotation store version.
description
- The description of an annotation store version.public String getDescription()
The description of an annotation store version.
public CreateAnnotationStoreVersionRequest withDescription(String description)
The description of an annotation store version.
description
- The description of an annotation store version.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 CreateAnnotationStoreVersionRequest withVersionOptions(VersionOptions versionOptions)
The options for an annotation store version.
versionOptions
- The options for an annotation store version.public Map<String,String> getTags()
Any tags added to annotation store version.
public void setTags(Map<String,String> tags)
Any tags added to annotation store version.
tags
- Any tags added to annotation store version.public CreateAnnotationStoreVersionRequest withTags(Map<String,String> tags)
Any tags added to annotation store version.
tags
- Any tags added to annotation store version.public CreateAnnotationStoreVersionRequest addTagsEntry(String key, String value)
public CreateAnnotationStoreVersionRequest clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public CreateAnnotationStoreVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()