public static interface CheckIfPhoneNumberIsOptedOutResponse.Builder extends SnsResponse.Builder, SdkPojo, CopyableBuilder<CheckIfPhoneNumberIsOptedOutResponse.Builder,CheckIfPhoneNumberIsOptedOutResponse>
Modifier and Type | Method and Description |
---|---|
CheckIfPhoneNumberIsOptedOutResponse.Builder |
isOptedOut(Boolean isOptedOut)
Indicates whether the phone number is opted out:
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CheckIfPhoneNumberIsOptedOutResponse.Builder isOptedOut(Boolean isOptedOut)
Indicates whether the phone number is opted out:
true
– The phone number is opted out, meaning you cannot publish SMS messages to it.
false
– The phone number is opted in, meaning you can publish SMS messages to it.
isOptedOut
- Indicates whether the phone number is opted out:
true
– The phone number is opted out, meaning you cannot publish SMS messages to it.
false
– The phone number is opted in, meaning you can publish SMS messages to it.
Copyright © 2023. All rights reserved.