@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCollectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
UpdateCollectionRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateCollectionRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getClientToken()
 Unique, case-sensitive identifier to ensure idempotency of the request. 
 | 
String | 
getDescription()
 A description of the collection. 
 | 
String | 
getId()
 The unique identifier of the collection. 
 | 
int | 
hashCode()  | 
void | 
setClientToken(String clientToken)
 Unique, case-sensitive identifier to ensure idempotency of the request. 
 | 
void | 
setDescription(String description)
 A description of the collection. 
 | 
void | 
setId(String id)
 The unique identifier of the collection. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
UpdateCollectionRequest | 
withClientToken(String clientToken)
 Unique, case-sensitive identifier to ensure idempotency of the request. 
 | 
UpdateCollectionRequest | 
withDescription(String description)
 A description of the collection. 
 | 
UpdateCollectionRequest | 
withId(String id)
 The unique identifier of the collection. 
 | 
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, withSdkRequestTimeoutpublic void setClientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
clientToken - Unique, case-sensitive identifier to ensure idempotency of the request.public String getClientToken()
Unique, case-sensitive identifier to ensure idempotency of the request.
public UpdateCollectionRequest withClientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
clientToken - Unique, case-sensitive identifier to ensure idempotency of the request.public void setDescription(String description)
A description of the collection.
description - A description of the collection.public String getDescription()
A description of the collection.
public UpdateCollectionRequest withDescription(String description)
A description of the collection.
description - A description of the collection.public void setId(String id)
The unique identifier of the collection.
id - The unique identifier of the collection.public String getId()
The unique identifier of the collection.
public UpdateCollectionRequest withId(String id)
The unique identifier of the collection.
id - The unique identifier of the collection.public String toString()
toString in class ObjectObject.toString()public UpdateCollectionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()