#[non_exhaustive]pub struct UpdateIdentityProviderConfigurationInput { /* private fields */ }Implementations§
source§impl 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.
source§impl 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§
source§impl Clone for UpdateIdentityProviderConfigurationInput
impl Clone for UpdateIdentityProviderConfigurationInput
source§fn clone(&self) -> UpdateIdentityProviderConfigurationInput
fn clone(&self) -> UpdateIdentityProviderConfigurationInput
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 PartialEq<UpdateIdentityProviderConfigurationInput> for UpdateIdentityProviderConfigurationInput
impl PartialEq<UpdateIdentityProviderConfigurationInput> for UpdateIdentityProviderConfigurationInput
source§fn eq(&self, other: &UpdateIdentityProviderConfigurationInput) -> bool
fn eq(&self, other: &UpdateIdentityProviderConfigurationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.