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