@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAnnotationStoreVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAnnotationStoreVersionRequest() |
Modifier and Type | Method and Description |
---|---|
GetAnnotationStoreVersionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getName()
The name given to an annotation store version to distinguish it from others.
|
String |
getVersionName()
The name given to an annotation store version to distinguish it from others.
|
int |
hashCode() |
void |
setName(String name)
The name given to an annotation store version to distinguish it from others.
|
void |
setVersionName(String versionName)
The name given to an annotation store version to distinguish it from others.
|
String |
toString()
Returns a string representation of this object.
|
GetAnnotationStoreVersionRequest |
withName(String name)
The name given to an annotation store version to distinguish it from others.
|
GetAnnotationStoreVersionRequest |
withVersionName(String versionName)
The name given to an annotation store version to distinguish it from others.
|
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 given to an annotation store version to distinguish it from others.
name
- The name given to an annotation store version to distinguish it from others.public String getName()
The name given to an annotation store version to distinguish it from others.
public GetAnnotationStoreVersionRequest withName(String name)
The name given to an annotation store version to distinguish it from others.
name
- The name given to an annotation store version to distinguish it from others.public void setVersionName(String versionName)
The name given to an annotation store version to distinguish it from others.
versionName
- The name given to an annotation store version to distinguish it from others.public String getVersionName()
The name given to an annotation store version to distinguish it from others.
public GetAnnotationStoreVersionRequest withVersionName(String versionName)
The name given to an annotation store version to distinguish it from others.
versionName
- The name given to an annotation store version to distinguish it from others.public String toString()
toString
in class Object
Object.toString()
public GetAnnotationStoreVersionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()