Struct aws_sdk_connect::input::UpdatePhoneNumberInput
source · [−]#[non_exhaustive]pub struct UpdatePhoneNumberInput { /* private fields */ }
Implementations
sourceimpl UpdatePhoneNumberInput
impl UpdatePhoneNumberInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdatePhoneNumber, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdatePhoneNumber, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdatePhoneNumber
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdatePhoneNumberInput
.
sourceimpl UpdatePhoneNumberInput
impl UpdatePhoneNumberInput
sourcepub fn phone_number_id(&self) -> Option<&str>
pub fn phone_number_id(&self) -> Option<&str>
A unique identifier for the phone number.
sourcepub fn target_arn(&self) -> Option<&str>
pub fn target_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) for Amazon Connect instances that phone numbers are claimed to.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Trait Implementations
sourceimpl Clone for UpdatePhoneNumberInput
impl Clone for UpdatePhoneNumberInput
sourcefn clone(&self) -> UpdatePhoneNumberInput
fn clone(&self) -> UpdatePhoneNumberInput
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 UpdatePhoneNumberInput
impl Debug for UpdatePhoneNumberInput
sourceimpl PartialEq<UpdatePhoneNumberInput> for UpdatePhoneNumberInput
impl PartialEq<UpdatePhoneNumberInput> for UpdatePhoneNumberInput
sourcefn eq(&self, other: &UpdatePhoneNumberInput) -> bool
fn eq(&self, other: &UpdatePhoneNumberInput) -> bool
impl StructuralPartialEq for UpdatePhoneNumberInput
Auto Trait Implementations
impl RefUnwindSafe for UpdatePhoneNumberInput
impl Send for UpdatePhoneNumberInput
impl Sync for UpdatePhoneNumberInput
impl Unpin for UpdatePhoneNumberInput
impl UnwindSafe for UpdatePhoneNumberInput
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