@Generated(value="software.amazon.awssdk:codegen") public final class OptedOutNumberInformation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OptedOutNumberInformation.Builder,OptedOutNumberInformation>
The information for an opted out number in an Amazon Web Services account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
OptedOutNumberInformation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OptedOutNumberInformation.Builder |
builder() |
Boolean |
endUserOptedOut()
This is set to true if it was the end recipient that opted out.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
optedOutNumber()
The phone number that is opted out.
|
Instant |
optedOutTimestamp()
The time that the op tout occurred, in UNIX epoch time format.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends OptedOutNumberInformation.Builder> |
serializableBuilderClass() |
OptedOutNumberInformation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String optedOutNumber()
The phone number that is opted out.
public final Instant optedOutTimestamp()
The time that the op tout occurred, in UNIX epoch time format.
public final Boolean endUserOptedOut()
This is set to true if it was the end recipient that opted out.
public OptedOutNumberInformation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<OptedOutNumberInformation.Builder,OptedOutNumberInformation>public static OptedOutNumberInformation.Builder builder()
public static Class<? extends OptedOutNumberInformation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.