Struct aws_sdk_cognitoidentityprovider::operation::update_user_pool_client::builders::UpdateUserPoolClientOutputBuilder
source · #[non_exhaustive]pub struct UpdateUserPoolClientOutputBuilder { /* private fields */ }Expand description
A builder for UpdateUserPoolClientOutput.
Implementations§
source§impl UpdateUserPoolClientOutputBuilder
impl UpdateUserPoolClientOutputBuilder
sourcepub fn user_pool_client(self, input: UserPoolClientType) -> Self
pub fn user_pool_client(self, input: UserPoolClientType) -> Self
The user pool client value from the response from the server when you request to update the user pool client.
sourcepub fn set_user_pool_client(self, input: Option<UserPoolClientType>) -> Self
pub fn set_user_pool_client(self, input: Option<UserPoolClientType>) -> Self
The user pool client value from the response from the server when you request to update the user pool client.
sourcepub fn get_user_pool_client(&self) -> &Option<UserPoolClientType>
pub fn get_user_pool_client(&self) -> &Option<UserPoolClientType>
The user pool client value from the response from the server when you request to update the user pool client.
sourcepub fn build(self) -> UpdateUserPoolClientOutput
pub fn build(self) -> UpdateUserPoolClientOutput
Consumes the builder and constructs a UpdateUserPoolClientOutput.
Trait Implementations§
source§impl Clone for UpdateUserPoolClientOutputBuilder
impl Clone for UpdateUserPoolClientOutputBuilder
source§fn clone(&self) -> UpdateUserPoolClientOutputBuilder
fn clone(&self) -> UpdateUserPoolClientOutputBuilder
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 UpdateUserPoolClientOutputBuilder
impl Default for UpdateUserPoolClientOutputBuilder
source§fn default() -> UpdateUserPoolClientOutputBuilder
fn default() -> UpdateUserPoolClientOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateUserPoolClientOutputBuilder
impl PartialEq for UpdateUserPoolClientOutputBuilder
source§fn eq(&self, other: &UpdateUserPoolClientOutputBuilder) -> bool
fn eq(&self, other: &UpdateUserPoolClientOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateUserPoolClientOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateUserPoolClientOutputBuilder
impl Send for UpdateUserPoolClientOutputBuilder
impl Sync for UpdateUserPoolClientOutputBuilder
impl Unpin for UpdateUserPoolClientOutputBuilder
impl UnwindSafe for UpdateUserPoolClientOutputBuilder
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.