@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAddressBookRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateAddressBookRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateAddressBookRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAddressBookArn()
The ARN of the room to update.
|
String |
getDescription()
The updated description of the room.
|
String |
getName()
The updated name of the room.
|
int |
hashCode() |
void |
setAddressBookArn(String addressBookArn)
The ARN of the room to update.
|
void |
setDescription(String description)
The updated description of the room.
|
void |
setName(String name)
The updated name of the room.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAddressBookRequest |
withAddressBookArn(String addressBookArn)
The ARN of the room to update.
|
UpdateAddressBookRequest |
withDescription(String description)
The updated description of the room.
|
UpdateAddressBookRequest |
withName(String name)
The updated name of the room.
|
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 setAddressBookArn(String addressBookArn)
The ARN of the room to update.
addressBookArn - The ARN of the room to update.public String getAddressBookArn()
The ARN of the room to update.
public UpdateAddressBookRequest withAddressBookArn(String addressBookArn)
The ARN of the room to update.
addressBookArn - The ARN of the room to update.public void setName(String name)
The updated name of the room.
name - The updated name of the room.public String getName()
The updated name of the room.
public UpdateAddressBookRequest withName(String name)
The updated name of the room.
name - The updated name of the room.public void setDescription(String description)
The updated description of the room.
description - The updated description of the room.public String getDescription()
The updated description of the room.
public UpdateAddressBookRequest withDescription(String description)
The updated description of the room.
description - The updated description of the room.public String toString()
toString in class ObjectObject.toString()public UpdateAddressBookRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.