#[non_exhaustive]pub struct GetSmsSandboxAccountStatusInput {}Implementations§
source§impl GetSmsSandboxAccountStatusInput
impl GetSmsSandboxAccountStatusInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSMSSandboxAccountStatus, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSMSSandboxAccountStatus, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSMSSandboxAccountStatus>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSmsSandboxAccountStatusInput.
Trait Implementations§
source§impl Clone for GetSmsSandboxAccountStatusInput
impl Clone for GetSmsSandboxAccountStatusInput
source§fn clone(&self) -> GetSmsSandboxAccountStatusInput
fn clone(&self) -> GetSmsSandboxAccountStatusInput
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<GetSmsSandboxAccountStatusInput> for GetSmsSandboxAccountStatusInput
impl PartialEq<GetSmsSandboxAccountStatusInput> for GetSmsSandboxAccountStatusInput
source§fn eq(&self, other: &GetSmsSandboxAccountStatusInput) -> bool
fn eq(&self, other: &GetSmsSandboxAccountStatusInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.