Struct aws_sdk_cognitoidentityprovider::operation::update_user_pool_client::UpdateUserPoolClientOutput
source · #[non_exhaustive]pub struct UpdateUserPoolClientOutput {
pub user_pool_client: Option<UserPoolClientType>,
/* private fields */
}Expand description
Represents the response from the server to the request to update the user pool client.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.user_pool_client: Option<UserPoolClientType>The user pool client value from the response from the server when you request to update the user pool client.
Implementations§
source§impl UpdateUserPoolClientOutput
impl UpdateUserPoolClientOutput
sourcepub fn user_pool_client(&self) -> Option<&UserPoolClientType>
pub fn 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.
source§impl UpdateUserPoolClientOutput
impl UpdateUserPoolClientOutput
sourcepub fn builder() -> UpdateUserPoolClientOutputBuilder
pub fn builder() -> UpdateUserPoolClientOutputBuilder
Creates a new builder-style object to manufacture UpdateUserPoolClientOutput.
Trait Implementations§
source§impl Clone for UpdateUserPoolClientOutput
impl Clone for UpdateUserPoolClientOutput
source§fn clone(&self) -> UpdateUserPoolClientOutput
fn clone(&self) -> UpdateUserPoolClientOutput
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 Debug for UpdateUserPoolClientOutput
impl Debug for UpdateUserPoolClientOutput
source§impl PartialEq for UpdateUserPoolClientOutput
impl PartialEq for UpdateUserPoolClientOutput
source§fn eq(&self, other: &UpdateUserPoolClientOutput) -> bool
fn eq(&self, other: &UpdateUserPoolClientOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateUserPoolClientOutput
impl RequestId for UpdateUserPoolClientOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for UpdateUserPoolClientOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateUserPoolClientOutput
impl Send for UpdateUserPoolClientOutput
impl Sync for UpdateUserPoolClientOutput
impl Unpin for UpdateUserPoolClientOutput
impl UnwindSafe for UpdateUserPoolClientOutput
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.