@Generated(value="software.amazon.awssdk:codegen") public final class AssociateContactWithAddressBookRequest extends AlexaForBusinessRequest implements ToCopyableBuilder<AssociateContactWithAddressBookRequest.Builder,AssociateContactWithAddressBookRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateContactWithAddressBookRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
addressBookArn()
The ARN of the address book with which to associate the contact.
|
static AssociateContactWithAddressBookRequest.Builder |
builder() |
String |
contactArn()
The ARN of the contact to associate with an address book.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateContactWithAddressBookRequest.Builder> |
serializableBuilderClass() |
AssociateContactWithAddressBookRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String contactArn()
The ARN of the contact to associate with an address book.
public String addressBookArn()
The ARN of the address book with which to associate the contact.
public AssociateContactWithAddressBookRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateContactWithAddressBookRequest.Builder,AssociateContactWithAddressBookRequest>toBuilder in class AlexaForBusinessRequestpublic static AssociateContactWithAddressBookRequest.Builder builder()
public static Class<? extends AssociateContactWithAddressBookRequest.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.