@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAnnotationStoreVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAnnotationStoreVersionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAnnotationStoreVersionRequest |
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.
|
String |
getName()
The name of an annotation store.
|
String |
getVersionName()
The name of an annotation store version.
|
int |
hashCode() |
void |
setDescription(String description)
The description of an annotation store.
|
void |
setName(String name)
The name of an annotation store.
|
void |
setVersionName(String versionName)
The name of an annotation store version.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAnnotationStoreVersionRequest |
withDescription(String description)
The description of an annotation store.
|
UpdateAnnotationStoreVersionRequest |
withName(String name)
The name of an annotation store.
|
UpdateAnnotationStoreVersionRequest |
withVersionName(String versionName)
The name of 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.
name
- The name of an annotation store.public String getName()
The name of an annotation store.
public UpdateAnnotationStoreVersionRequest withName(String name)
The name of an annotation store.
name
- The name of an annotation store.public void setVersionName(String versionName)
The name of an annotation store version.
versionName
- The name of an annotation store version.public String getVersionName()
The name of an annotation store version.
public UpdateAnnotationStoreVersionRequest withVersionName(String versionName)
The name of an annotation store version.
versionName
- The name of an annotation store version.public void setDescription(String description)
The description of an annotation store.
description
- The description of an annotation store.public String getDescription()
The description of an annotation store.
public UpdateAnnotationStoreVersionRequest withDescription(String description)
The description of an annotation store.
description
- The description of an annotation store.public String toString()
toString
in class Object
Object.toString()
public UpdateAnnotationStoreVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()