Struct aws_sdk_connect::input::UpdateUserIdentityInfoInput
source · [−]#[non_exhaustive]pub struct UpdateUserIdentityInfoInput { /* private fields */ }
Implementations
sourceimpl UpdateUserIdentityInfoInput
impl UpdateUserIdentityInfoInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateUserIdentityInfo, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateUserIdentityInfo, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateUserIdentityInfo
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateUserIdentityInfoInput
.
sourceimpl UpdateUserIdentityInfoInput
impl UpdateUserIdentityInfoInput
sourcepub fn identity_info(&self) -> Option<&UserIdentityInfo>
pub fn identity_info(&self) -> Option<&UserIdentityInfo>
The identity information 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 UpdateUserIdentityInfoInput
impl Clone for UpdateUserIdentityInfoInput
sourcefn clone(&self) -> UpdateUserIdentityInfoInput
fn clone(&self) -> UpdateUserIdentityInfoInput
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 UpdateUserIdentityInfoInput
impl Debug for UpdateUserIdentityInfoInput
sourceimpl PartialEq<UpdateUserIdentityInfoInput> for UpdateUserIdentityInfoInput
impl PartialEq<UpdateUserIdentityInfoInput> for UpdateUserIdentityInfoInput
sourcefn eq(&self, other: &UpdateUserIdentityInfoInput) -> bool
fn eq(&self, other: &UpdateUserIdentityInfoInput) -> bool
impl StructuralPartialEq for UpdateUserIdentityInfoInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateUserIdentityInfoInput
impl Send for UpdateUserIdentityInfoInput
impl Sync for UpdateUserIdentityInfoInput
impl Unpin for UpdateUserIdentityInfoInput
impl UnwindSafe for UpdateUserIdentityInfoInput
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