Struct aws_sdk_connect::input::UpdateUserPhoneConfigInput
source · [−]#[non_exhaustive]pub struct UpdateUserPhoneConfigInput { /* private fields */ }
Implementations
sourceimpl UpdateUserPhoneConfigInput
impl UpdateUserPhoneConfigInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateUserPhoneConfig, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateUserPhoneConfig, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateUserPhoneConfig
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateUserPhoneConfigInput
.
sourceimpl UpdateUserPhoneConfigInput
impl UpdateUserPhoneConfigInput
sourcepub fn phone_config(&self) -> Option<&UserPhoneConfig>
pub fn phone_config(&self) -> Option<&UserPhoneConfig>
Information about phone configuration settings for the user.
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
Trait Implementations
sourceimpl Clone for UpdateUserPhoneConfigInput
impl Clone for UpdateUserPhoneConfigInput
sourcefn clone(&self) -> UpdateUserPhoneConfigInput
fn clone(&self) -> UpdateUserPhoneConfigInput
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 UpdateUserPhoneConfigInput
impl Debug for UpdateUserPhoneConfigInput
sourceimpl PartialEq<UpdateUserPhoneConfigInput> for UpdateUserPhoneConfigInput
impl PartialEq<UpdateUserPhoneConfigInput> for UpdateUserPhoneConfigInput
sourcefn eq(&self, other: &UpdateUserPhoneConfigInput) -> bool
fn eq(&self, other: &UpdateUserPhoneConfigInput) -> bool
impl StructuralPartialEq for UpdateUserPhoneConfigInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateUserPhoneConfigInput
impl Send for UpdateUserPhoneConfigInput
impl Sync for UpdateUserPhoneConfigInput
impl Unpin for UpdateUserPhoneConfigInput
impl UnwindSafe for UpdateUserPhoneConfigInput
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