@Generated(value="software.amazon.awssdk:codegen") public final class PutOptedOutNumberResponse extends PinpointSmsVoiceV2Response implements ToCopyableBuilder<PutOptedOutNumberResponse.Builder,PutOptedOutNumberResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutOptedOutNumberResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PutOptedOutNumberResponse.Builder |
builder() |
Boolean |
endUserOptedOut()
This is true if it was the end user who requested their phone number be removed.
|
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 was added to the OptOutList.
|
Instant |
optedOutTimestamp()
The time that the phone number was added to the OptOutList, in UNIX
epoch time format.
|
String |
optOutListArn()
The OptOutListArn that the phone number was removed from.
|
String |
optOutListName()
The OptOutListName that the phone number was removed from.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutOptedOutNumberResponse.Builder> |
serializableBuilderClass() |
PutOptedOutNumberResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String optOutListArn()
The OptOutListArn that the phone number was removed from.
public final String optOutListName()
The OptOutListName that the phone number was removed from.
public final String optedOutNumber()
The phone number that was added to the OptOutList.
public final Instant optedOutTimestamp()
The time that the phone number was added to the OptOutList, in UNIX epoch time format.
public final Boolean endUserOptedOut()
This is true if it was the end user who requested their phone number be removed.
public PutOptedOutNumberResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutOptedOutNumberResponse.Builder,PutOptedOutNumberResponse>toBuilder in class AwsResponsepublic static PutOptedOutNumberResponse.Builder builder()
public static Class<? extends PutOptedOutNumberResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.