Struct aws_sdk_chime::input::ListPhoneNumbersInput
source · [−]#[non_exhaustive]pub struct ListPhoneNumbersInput { /* private fields */ }Implementations
sourceimpl ListPhoneNumbersInput
impl ListPhoneNumbersInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPhoneNumbers, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPhoneNumbers, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListPhoneNumbers>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPhoneNumbersInput.
sourceimpl ListPhoneNumbersInput
impl ListPhoneNumbersInput
sourcepub fn status(&self) -> Option<&PhoneNumberStatus>
pub fn status(&self) -> Option<&PhoneNumberStatus>
The phone number status.
sourcepub fn product_type(&self) -> Option<&PhoneNumberProductType>
pub fn product_type(&self) -> Option<&PhoneNumberProductType>
The phone number product type.
sourcepub fn filter_name(&self) -> Option<&PhoneNumberAssociationName>
pub fn filter_name(&self) -> Option<&PhoneNumberAssociationName>
The filter to use to limit the number of results.
sourcepub fn filter_value(&self) -> Option<&str>
pub fn filter_value(&self) -> Option<&str>
The value to use for the filter.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return in a single call.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results.
Trait Implementations
sourceimpl Clone for ListPhoneNumbersInput
impl Clone for ListPhoneNumbersInput
sourcefn clone(&self) -> ListPhoneNumbersInput
fn clone(&self) -> ListPhoneNumbersInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ListPhoneNumbersInput
impl Debug for ListPhoneNumbersInput
sourceimpl PartialEq<ListPhoneNumbersInput> for ListPhoneNumbersInput
impl PartialEq<ListPhoneNumbersInput> for ListPhoneNumbersInput
sourcefn eq(&self, other: &ListPhoneNumbersInput) -> bool
fn eq(&self, other: &ListPhoneNumbersInput) -> bool
impl StructuralPartialEq for ListPhoneNumbersInput
Auto Trait Implementations
impl RefUnwindSafe for ListPhoneNumbersInput
impl Send for ListPhoneNumbersInput
impl Sync for ListPhoneNumbersInput
impl Unpin for ListPhoneNumbersInput
impl UnwindSafe for ListPhoneNumbersInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more