#[non_exhaustive]pub struct CreateSmsSandboxPhoneNumberInput { /* private fields */ }
Implementations§
source§impl CreateSmsSandboxPhoneNumberInput
impl CreateSmsSandboxPhoneNumberInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSMSSandboxPhoneNumber, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateSMSSandboxPhoneNumber, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateSMSSandboxPhoneNumber
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSmsSandboxPhoneNumberInput
.
source§impl CreateSmsSandboxPhoneNumberInput
impl CreateSmsSandboxPhoneNumberInput
sourcepub fn phone_number(&self) -> Option<&str>
pub fn phone_number(&self) -> Option<&str>
The destination phone number to verify. On verification, Amazon SNS adds this phone number to the list of verified phone numbers that you can send SMS messages to.
sourcepub fn language_code(&self) -> Option<&LanguageCodeString>
pub fn language_code(&self) -> Option<&LanguageCodeString>
The language to use for sending the OTP. The default value is en-US
.
Trait Implementations§
source§impl Clone for CreateSmsSandboxPhoneNumberInput
impl Clone for CreateSmsSandboxPhoneNumberInput
source§fn clone(&self) -> CreateSmsSandboxPhoneNumberInput
fn clone(&self) -> CreateSmsSandboxPhoneNumberInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<CreateSmsSandboxPhoneNumberInput> for CreateSmsSandboxPhoneNumberInput
impl PartialEq<CreateSmsSandboxPhoneNumberInput> for CreateSmsSandboxPhoneNumberInput
source§fn eq(&self, other: &CreateSmsSandboxPhoneNumberInput) -> bool
fn eq(&self, other: &CreateSmsSandboxPhoneNumberInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.