Class AddressList
- java.lang.Object
-
- software.amazon.awssdk.services.mailmanager.model.AddressList
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AddressList.Builder,AddressList>
@Generated("software.amazon.awssdk:codegen") public final class AddressList extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AddressList.Builder,AddressList>
An address list contains a list of emails and domains that are used in MailManager Ingress endpoints and Rules for email management.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAddressList.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaddressListArn()The Amazon Resource Name (ARN) of the address list.StringaddressListId()The identifier of the address list.StringaddressListName()The user-friendly name of the address list.static AddressList.Builderbuilder()InstantcreatedTimestamp()The timestamp of when the address list was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedTimestamp()The timestamp of when the address list was last updated.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AddressList.Builder>serializableBuilderClass()AddressList.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
-
addressListArn
public final String addressListArn()
The Amazon Resource Name (ARN) of the address list.
- Returns:
- The Amazon Resource Name (ARN) of the address list.
-
addressListId
public final String addressListId()
The identifier of the address list.
- Returns:
- The identifier of the address list.
-
addressListName
public final String addressListName()
The user-friendly name of the address list.
- Returns:
- The user-friendly name of the address list.
-
createdTimestamp
public final Instant createdTimestamp()
The timestamp of when the address list was created.
- Returns:
- The timestamp of when the address list was created.
-
lastUpdatedTimestamp
public final Instant lastUpdatedTimestamp()
The timestamp of when the address list was last updated.
- Returns:
- The timestamp of when the address list was last updated.
-
toBuilder
public AddressList.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AddressList.Builder,AddressList>
-
builder
public static AddressList.Builder builder()
-
serializableBuilderClass
public static Class<? extends AddressList.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
-
-