#[non_exhaustive]pub struct ListSmsSandboxPhoneNumbersInput { /* private fields */ }
Implementations§
source§impl ListSmsSandboxPhoneNumbersInput
impl ListSmsSandboxPhoneNumbersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSMSSandboxPhoneNumbers, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSMSSandboxPhoneNumbers, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListSMSSandboxPhoneNumbers
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListSmsSandboxPhoneNumbersInput
.
source§impl ListSmsSandboxPhoneNumbersInput
impl ListSmsSandboxPhoneNumbersInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Token that the previous ListSMSSandboxPhoneNumbersInput
request returns.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of phone numbers to return.
Trait Implementations§
source§impl Clone for ListSmsSandboxPhoneNumbersInput
impl Clone for ListSmsSandboxPhoneNumbersInput
source§fn clone(&self) -> ListSmsSandboxPhoneNumbersInput
fn clone(&self) -> ListSmsSandboxPhoneNumbersInput
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<ListSmsSandboxPhoneNumbersInput> for ListSmsSandboxPhoneNumbersInput
impl PartialEq<ListSmsSandboxPhoneNumbersInput> for ListSmsSandboxPhoneNumbersInput
source§fn eq(&self, other: &ListSmsSandboxPhoneNumbersInput) -> bool
fn eq(&self, other: &ListSmsSandboxPhoneNumbersInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.