pub struct CheckIfPhoneNumberIsOptedOut { /* private fields */ }Expand description
Fluent builder constructing a request to CheckIfPhoneNumberIsOptedOut.
Accepts a phone number and indicates whether the phone holder has opted out of receiving SMS messages from your Amazon Web Services account. You cannot send SMS messages to a number that is opted out.
To resume sending messages, you can opt in the number by using the OptInPhoneNumber action.
Implementations§
source§impl CheckIfPhoneNumberIsOptedOut
impl CheckIfPhoneNumberIsOptedOut
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CheckIfPhoneNumberIsOptedOut, AwsResponseRetryClassifier>, SdkError<CheckIfPhoneNumberIsOptedOutError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<CheckIfPhoneNumberIsOptedOut, AwsResponseRetryClassifier>, SdkError<CheckIfPhoneNumberIsOptedOutError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<CheckIfPhoneNumberIsOptedOutOutput, SdkError<CheckIfPhoneNumberIsOptedOutError>>
pub async fn send(
self
) -> Result<CheckIfPhoneNumberIsOptedOutOutput, SdkError<CheckIfPhoneNumberIsOptedOutError>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn phone_number(self, input: impl Into<String>) -> Self
pub fn phone_number(self, input: impl Into<String>) -> Self
The phone number for which you want to check the opt out status.
sourcepub fn set_phone_number(self, input: Option<String>) -> Self
pub fn set_phone_number(self, input: Option<String>) -> Self
The phone number for which you want to check the opt out status.
Trait Implementations§
source§impl Clone for CheckIfPhoneNumberIsOptedOut
impl Clone for CheckIfPhoneNumberIsOptedOut
source§fn clone(&self) -> CheckIfPhoneNumberIsOptedOut
fn clone(&self) -> CheckIfPhoneNumberIsOptedOut
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more