Struct aws_sdk_chime::input::BatchUpdatePhoneNumberInput
source · [−]#[non_exhaustive]pub struct BatchUpdatePhoneNumberInput { /* private fields */ }Implementations
sourceimpl BatchUpdatePhoneNumberInput
impl BatchUpdatePhoneNumberInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchUpdatePhoneNumber, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchUpdatePhoneNumber, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchUpdatePhoneNumber>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchUpdatePhoneNumberInput.
sourceimpl BatchUpdatePhoneNumberInput
impl BatchUpdatePhoneNumberInput
sourcepub fn update_phone_number_request_items(
&self
) -> Option<&[UpdatePhoneNumberRequestItem]>
pub fn update_phone_number_request_items(
&self
) -> Option<&[UpdatePhoneNumberRequestItem]>
The request containing the phone number IDs and product types or calling names to update.
Trait Implementations
sourceimpl Clone for BatchUpdatePhoneNumberInput
impl Clone for BatchUpdatePhoneNumberInput
sourcefn clone(&self) -> BatchUpdatePhoneNumberInput
fn clone(&self) -> BatchUpdatePhoneNumberInput
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 BatchUpdatePhoneNumberInput
impl Debug for BatchUpdatePhoneNumberInput
sourceimpl PartialEq<BatchUpdatePhoneNumberInput> for BatchUpdatePhoneNumberInput
impl PartialEq<BatchUpdatePhoneNumberInput> for BatchUpdatePhoneNumberInput
sourcefn eq(&self, other: &BatchUpdatePhoneNumberInput) -> bool
fn eq(&self, other: &BatchUpdatePhoneNumberInput) -> bool
impl StructuralPartialEq for BatchUpdatePhoneNumberInput
Auto Trait Implementations
impl RefUnwindSafe for BatchUpdatePhoneNumberInput
impl Send for BatchUpdatePhoneNumberInput
impl Sync for BatchUpdatePhoneNumberInput
impl Unpin for BatchUpdatePhoneNumberInput
impl UnwindSafe for BatchUpdatePhoneNumberInput
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