#[non_exhaustive]pub struct VerifySmsSandboxPhoneNumberInput { /* private fields */ }Implementations§
source§impl VerifySmsSandboxPhoneNumberInput
impl VerifySmsSandboxPhoneNumberInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<VerifySMSSandboxPhoneNumber, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<VerifySMSSandboxPhoneNumber, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<VerifySMSSandboxPhoneNumber>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VerifySmsSandboxPhoneNumberInput.
source§impl VerifySmsSandboxPhoneNumberInput
impl VerifySmsSandboxPhoneNumberInput
sourcepub fn phone_number(&self) -> Option<&str>
pub fn phone_number(&self) -> Option<&str>
The destination phone number to verify.
sourcepub fn one_time_password(&self) -> Option<&str>
pub fn one_time_password(&self) -> Option<&str>
The OTP sent to the destination number from the CreateSMSSandBoxPhoneNumber call.
Trait Implementations§
source§impl Clone for VerifySmsSandboxPhoneNumberInput
impl Clone for VerifySmsSandboxPhoneNumberInput
source§fn clone(&self) -> VerifySmsSandboxPhoneNumberInput
fn clone(&self) -> VerifySmsSandboxPhoneNumberInput
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<VerifySmsSandboxPhoneNumberInput> for VerifySmsSandboxPhoneNumberInput
impl PartialEq<VerifySmsSandboxPhoneNumberInput> for VerifySmsSandboxPhoneNumberInput
source§fn eq(&self, other: &VerifySmsSandboxPhoneNumberInput) -> bool
fn eq(&self, other: &VerifySmsSandboxPhoneNumberInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.