Class AddressBookData
- java.lang.Object
-
- software.amazon.awssdk.services.alexaforbusiness.model.AddressBookData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AddressBookData.Builder,AddressBookData>
@Generated("software.amazon.awssdk:codegen") public final class AddressBookData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AddressBookData.Builder,AddressBookData>
Information related to an address book.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAddressBookData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaddressBookArn()The ARN of the address book.static AddressBookData.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 AddressBookData.Builder>serializableBuilderClass()AddressBookData.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 AddressBookData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AddressBookData.Builder,AddressBookData>
-
builder
public static AddressBookData.Builder builder()
-
serializableBuilderClass
public static Class<? extends AddressBookData.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.
-
-