#[non_exhaustive]pub struct UpdateIdentityProviderConfigurationInput { /* private fields */ }Implementations
sourceimpl UpdateIdentityProviderConfigurationInput
impl UpdateIdentityProviderConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateIdentityProviderConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateIdentityProviderConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateIdentityProviderConfiguration>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateIdentityProviderConfigurationInput.
sourceimpl UpdateIdentityProviderConfigurationInput
impl UpdateIdentityProviderConfigurationInput
sourcepub fn identity_provider_type(&self) -> Option<&IdentityProviderType>
pub fn identity_provider_type(&self) -> Option<&IdentityProviderType>
The type of identity provider.
sourcepub fn identity_provider_saml_metadata(&self) -> Option<&str>
pub fn identity_provider_saml_metadata(&self) -> Option<&str>
The SAML metadata document provided by the customer’s identity provider. The existing IdentityProviderSamlMetadata is unset if null is passed.
Trait Implementations
sourceimpl Clone for UpdateIdentityProviderConfigurationInput
impl Clone for UpdateIdentityProviderConfigurationInput
sourcefn clone(&self) -> UpdateIdentityProviderConfigurationInput
fn clone(&self) -> UpdateIdentityProviderConfigurationInput
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 PartialEq<UpdateIdentityProviderConfigurationInput> for UpdateIdentityProviderConfigurationInput
impl PartialEq<UpdateIdentityProviderConfigurationInput> for UpdateIdentityProviderConfigurationInput
sourcefn eq(&self, other: &UpdateIdentityProviderConfigurationInput) -> bool
fn eq(&self, other: &UpdateIdentityProviderConfigurationInput) -> bool
impl StructuralPartialEq for UpdateIdentityProviderConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateIdentityProviderConfigurationInput
impl Send for UpdateIdentityProviderConfigurationInput
impl Sync for UpdateIdentityProviderConfigurationInput
impl Unpin for UpdateIdentityProviderConfigurationInput
impl UnwindSafe for UpdateIdentityProviderConfigurationInput
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