@Generated(value="software.amazon.awssdk:codegen") public final class OptOutListInformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OptOutListInformation.Builder,OptOutListInformation>
The information for all OptOutList in an Amazon Web Services account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OptOutListInformation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OptOutListInformation.Builder |
builder() |
Instant |
createdTimestamp()
The time when the OutOutList was created, in UNIX epoch time
format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
optOutListArn()
The Amazon Resource Name (ARN) of the OptOutList.
|
String |
optOutListName()
The name of the OptOutList.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OptOutListInformation.Builder> |
serializableBuilderClass() |
OptOutListInformation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String optOutListArn()
The Amazon Resource Name (ARN) of the OptOutList.
public final String optOutListName()
The name of the OptOutList.
public final Instant createdTimestamp()
The time when the OutOutList was created, in UNIX epoch time format.
public OptOutListInformation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OptOutListInformation.Builder,OptOutListInformation>public static OptOutListInformation.Builder builder()
public static Class<? extends OptOutListInformation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.