@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAddressBookRequest extends AlexaForBusinessRequest implements ToCopyableBuilder<UpdateAddressBookRequest.Builder,UpdateAddressBookRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAddressBookRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
addressBookArn()
The ARN of the room to update.
|
static UpdateAddressBookRequest.Builder |
builder() |
String |
description()
The updated description of the room.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The updated name of the room.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAddressBookRequest.Builder> |
serializableBuilderClass() |
UpdateAddressBookRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String addressBookArn()
The ARN of the room to update.
public String name()
The updated name of the room.
public String description()
The updated description of the room.
public UpdateAddressBookRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAddressBookRequest.Builder,UpdateAddressBookRequest>toBuilder in class AlexaForBusinessRequestpublic static UpdateAddressBookRequest.Builder builder()
public static Class<? extends UpdateAddressBookRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.