@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 final String contactArn()
The ARN of the contact to associate with an address book.
public final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.