@Generated(value="software.amazon.awssdk:codegen") public final class ContactList extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContactList.Builder,ContactList>
A list that contains contacts that have subscribed to a particular topic or topics.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContactList.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContactList.Builder |
builder() |
String |
contactListName()
The name of the contact list.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedTimestamp()
A timestamp noting the last time the contact list was updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContactList.Builder> |
serializableBuilderClass() |
ContactList.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String contactListName()
The name of the contact list.
public Instant lastUpdatedTimestamp()
A timestamp noting the last time the contact list was updated.
public ContactList.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContactList.Builder,ContactList>public static ContactList.Builder builder()
public static Class<? extends ContactList.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.