public static interface CheckIfPhoneNumberIsOptedOutResponse.Builder extends SNSResponse.Builder, CopyableBuilder<CheckIfPhoneNumberIsOptedOutResponse.Builder,CheckIfPhoneNumberIsOptedOutResponse>
| Modifier and Type | Method and Description |
|---|---|
CheckIfPhoneNumberIsOptedOutResponse.Builder |
isOptedOut(Boolean isOptedOut)
Indicates whether the phone number is opted out:
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCheckIfPhoneNumberIsOptedOutResponse.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.