Class ListManagementOptions
- java.lang.Object
-
- software.amazon.awssdk.services.sesv2.model.ListManagementOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListManagementOptions.Builder,ListManagementOptions>
@Generated("software.amazon.awssdk:codegen") public final class ListManagementOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListManagementOptions.Builder,ListManagementOptions>
An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to unsubscribe.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListManagementOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListManagementOptions.Builderbuilder()StringcontactListName()The name of the contact list.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListManagementOptions.Builder>serializableBuilderClass()ListManagementOptions.BuildertoBuilder()StringtopicName()The name of the topic.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
-
contactListName
public final String contactListName()
The name of the contact list.
- Returns:
- The name of the contact list.
-
topicName
public final String topicName()
The name of the topic.
- Returns:
- The name of the topic.
-
toBuilder
public ListManagementOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListManagementOptions.Builder,ListManagementOptions>
-
builder
public static ListManagementOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListManagementOptions.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-