Struct aws_sdk_cognitoidentityprovider::operation::update_user_attributes::builders::UpdateUserAttributesOutputBuilder
source · #[non_exhaustive]pub struct UpdateUserAttributesOutputBuilder { /* private fields */ }Expand description
A builder for UpdateUserAttributesOutput.
Implementations§
source§impl UpdateUserAttributesOutputBuilder
impl UpdateUserAttributesOutputBuilder
sourcepub fn code_delivery_details_list(self, input: CodeDeliveryDetailsType) -> Self
pub fn code_delivery_details_list(self, input: CodeDeliveryDetailsType) -> Self
Appends an item to code_delivery_details_list.
To override the contents of this collection use set_code_delivery_details_list.
The code delivery details list from the server for the request to update user attributes.
sourcepub fn set_code_delivery_details_list(
self,
input: Option<Vec<CodeDeliveryDetailsType>>
) -> Self
pub fn set_code_delivery_details_list( self, input: Option<Vec<CodeDeliveryDetailsType>> ) -> Self
The code delivery details list from the server for the request to update user attributes.
sourcepub fn get_code_delivery_details_list(
&self
) -> &Option<Vec<CodeDeliveryDetailsType>>
pub fn get_code_delivery_details_list( &self ) -> &Option<Vec<CodeDeliveryDetailsType>>
The code delivery details list from the server for the request to update user attributes.
sourcepub fn build(self) -> UpdateUserAttributesOutput
pub fn build(self) -> UpdateUserAttributesOutput
Consumes the builder and constructs a UpdateUserAttributesOutput.
Trait Implementations§
source§impl Clone for UpdateUserAttributesOutputBuilder
impl Clone for UpdateUserAttributesOutputBuilder
source§fn clone(&self) -> UpdateUserAttributesOutputBuilder
fn clone(&self) -> UpdateUserAttributesOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for UpdateUserAttributesOutputBuilder
impl Default for UpdateUserAttributesOutputBuilder
source§fn default() -> UpdateUserAttributesOutputBuilder
fn default() -> UpdateUserAttributesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateUserAttributesOutputBuilder
impl PartialEq for UpdateUserAttributesOutputBuilder
source§fn eq(&self, other: &UpdateUserAttributesOutputBuilder) -> bool
fn eq(&self, other: &UpdateUserAttributesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateUserAttributesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateUserAttributesOutputBuilder
impl Send for UpdateUserAttributesOutputBuilder
impl Sync for UpdateUserAttributesOutputBuilder
impl Unpin for UpdateUserAttributesOutputBuilder
impl UnwindSafe for UpdateUserAttributesOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.