@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public UpdateAddressBookRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.