@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAnnotationStoreRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, SignerTypeAware
NOOP| Constructor and Description |
|---|
UpdateAnnotationStoreRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAnnotationStoreRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description for the store.
|
String |
getName()
A name for the store.
|
String |
getSignerType() |
int |
hashCode() |
void |
setDescription(String description)
A description for the store.
|
void |
setName(String name)
A name for the store.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAnnotationStoreRequest |
withDescription(String description)
A description for the store.
|
UpdateAnnotationStoreRequest |
withName(String name)
A name for the store.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setName(String name)
A name for the store.
name - A name for the store.public String getName()
A name for the store.
public UpdateAnnotationStoreRequest withName(String name)
A name for the store.
name - A name for the store.public void setDescription(String description)
A description for the store.
description - A description for the store.public String getDescription()
A description for the store.
public UpdateAnnotationStoreRequest withDescription(String description)
A description for the store.
description - A description for the store.public String toString()
toString in class ObjectObject.toString()public UpdateAnnotationStoreRequest clone()
clone in class AmazonWebServiceRequestpublic String getSignerType()
getSignerType in interface SignerTypeAwareCopyright © 2023. All rights reserved.