Class AddressBook
- java.lang.Object
-
- software.amazon.awssdk.services.alexaforbusiness.model.AddressBook
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AddressBook.Builder,AddressBook>
@Generated("software.amazon.awssdk:codegen") public final class AddressBook extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AddressBook.Builder,AddressBook>
An address book with attributes.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAddressBook.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaddressBookArn()The ARN of the address book.static AddressBook.Builderbuilder()Stringdescription()The description of the address book.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the address book.List<SdkField<?>>sdkFields()static Class<? extends AddressBook.Builder>serializableBuilderClass()AddressBook.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
addressBookArn
public final String addressBookArn()
The ARN of the address book.
- Returns:
- The ARN of the address book.
-
name
public final String name()
The name of the address book.
- Returns:
- The name of the address book.
-
description
public final String description()
The description of the address book.
- Returns:
- The description of the address book.
-
toBuilder
public AddressBook.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AddressBook.Builder,AddressBook>
-
builder
public static AddressBook.Builder builder()
-
serializableBuilderClass
public static Class<? extends AddressBook.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-