@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAddressBookRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateAddressBookRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateAddressBookRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
A unique, user-specified identifier for the request that ensures idempotency.
|
String |
getDescription()
The description of the address book.
|
String |
getName()
The name of the address book.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
A unique, user-specified identifier for the request that ensures idempotency.
|
void |
setDescription(String description)
The description of the address book.
|
void |
setName(String name)
The name of the address book.
|
String |
toString()
Returns a string representation of this object.
|
CreateAddressBookRequest |
withClientRequestToken(String clientRequestToken)
A unique, user-specified identifier for the request that ensures idempotency.
|
CreateAddressBookRequest |
withDescription(String description)
The description of the address book.
|
CreateAddressBookRequest |
withName(String name)
The name of the address book.
|
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 setName(String name)
The name of the address book.
name - The name of the address book.public String getName()
The name of the address book.
public CreateAddressBookRequest withName(String name)
The name of the address book.
name - The name of the address book.public void setDescription(String description)
The description of the address book.
description - The description of the address book.public String getDescription()
The description of the address book.
public CreateAddressBookRequest withDescription(String description)
The description of the address book.
description - The description of the address book.public void setClientRequestToken(String clientRequestToken)
A unique, user-specified identifier for the request that ensures idempotency.
clientRequestToken - A unique, user-specified identifier for the request that ensures idempotency.public String getClientRequestToken()
A unique, user-specified identifier for the request that ensures idempotency.
public CreateAddressBookRequest withClientRequestToken(String clientRequestToken)
A unique, user-specified identifier for the request that ensures idempotency.
clientRequestToken - A unique, user-specified identifier for the request that ensures idempotency.public String toString()
toString in class ObjectObject.toString()public CreateAddressBookRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()