public static interface PutOptedOutNumberResponse.Builder extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<PutOptedOutNumberResponse.Builder,PutOptedOutNumberResponse>
| Modifier and Type | Method and Description |
|---|---|
PutOptedOutNumberResponse.Builder |
endUserOptedOut(Boolean endUserOptedOut)
This is true if it was the end user who requested their phone number be removed.
|
PutOptedOutNumberResponse.Builder |
optedOutNumber(String optedOutNumber)
The phone number that was added to the OptOutList.
|
PutOptedOutNumberResponse.Builder |
optedOutTimestamp(Instant optedOutTimestamp)
The time that the phone number was added to the OptOutList, in UNIX
epoch time format.
|
PutOptedOutNumberResponse.Builder |
optOutListArn(String optOutListArn)
The OptOutListArn that the phone number was removed from.
|
PutOptedOutNumberResponse.Builder |
optOutListName(String optOutListName)
The OptOutListName that the phone number was removed from.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutOptedOutNumberResponse.Builder optOutListArn(String optOutListArn)
The OptOutListArn that the phone number was removed from.
optOutListArn - The OptOutListArn that the phone number was removed from.PutOptedOutNumberResponse.Builder optOutListName(String optOutListName)
The OptOutListName that the phone number was removed from.
optOutListName - The OptOutListName that the phone number was removed from.PutOptedOutNumberResponse.Builder optedOutNumber(String optedOutNumber)
The phone number that was added to the OptOutList.
optedOutNumber - The phone number that was added to the OptOutList.PutOptedOutNumberResponse.Builder optedOutTimestamp(Instant optedOutTimestamp)
The time that the phone number was added to the OptOutList, in UNIX epoch time format.
optedOutTimestamp - The time that the phone number was added to the OptOutList, in UNIX epoch time format.PutOptedOutNumberResponse.Builder endUserOptedOut(Boolean endUserOptedOut)
This is true if it was the end user who requested their phone number be removed.
endUserOptedOut - This is true if it was the end user who requested their phone number be removed.Copyright © 2023. All rights reserved.