#[non_exhaustive]pub struct UpdateIdentityProviderOutput { /* private fields */ }
Implementations§
source§impl UpdateIdentityProviderOutput
impl UpdateIdentityProviderOutput
sourcepub fn identity_provider(&self) -> Option<&IdentityProvider>
pub fn identity_provider(&self) -> Option<&IdentityProvider>
The identity provider.
source§impl UpdateIdentityProviderOutput
impl UpdateIdentityProviderOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateIdentityProviderOutput
.
Trait Implementations§
source§impl Clone for UpdateIdentityProviderOutput
impl Clone for UpdateIdentityProviderOutput
source§fn clone(&self) -> UpdateIdentityProviderOutput
fn clone(&self) -> UpdateIdentityProviderOutput
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 UpdateIdentityProviderOutput
impl Debug for UpdateIdentityProviderOutput
source§impl PartialEq<UpdateIdentityProviderOutput> for UpdateIdentityProviderOutput
impl PartialEq<UpdateIdentityProviderOutput> for UpdateIdentityProviderOutput
source§fn eq(&self, other: &UpdateIdentityProviderOutput) -> bool
fn eq(&self, other: &UpdateIdentityProviderOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.