Struct aws_sdk_iam::operation::update_saml_provider::builders::UpdateSamlProviderInputBuilder
source · #[non_exhaustive]pub struct UpdateSamlProviderInputBuilder { /* private fields */ }
Expand description
A builder for UpdateSamlProviderInput
.
Implementations§
source§impl UpdateSamlProviderInputBuilder
impl UpdateSamlProviderInputBuilder
sourcepub fn saml_metadata_document(self, input: impl Into<String>) -> Self
pub fn saml_metadata_document(self, input: impl Into<String>) -> Self
An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.
This field is required.sourcepub fn set_saml_metadata_document(self, input: Option<String>) -> Self
pub fn set_saml_metadata_document(self, input: Option<String>) -> Self
An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.
sourcepub fn get_saml_metadata_document(&self) -> &Option<String>
pub fn get_saml_metadata_document(&self) -> &Option<String>
An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.
sourcepub fn saml_provider_arn(self, input: impl Into<String>) -> Self
pub fn saml_provider_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the SAML provider to update.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
This field is required.sourcepub fn set_saml_provider_arn(self, input: Option<String>) -> Self
pub fn set_saml_provider_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the SAML provider to update.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
sourcepub fn get_saml_provider_arn(&self) -> &Option<String>
pub fn get_saml_provider_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the SAML provider to update.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
sourcepub fn build(self) -> Result<UpdateSamlProviderInput, BuildError>
pub fn build(self) -> Result<UpdateSamlProviderInput, BuildError>
Consumes the builder and constructs a UpdateSamlProviderInput
.
source§impl UpdateSamlProviderInputBuilder
impl UpdateSamlProviderInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateSamlProviderOutput, SdkError<UpdateSAMLProviderError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateSamlProviderOutput, SdkError<UpdateSAMLProviderError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateSamlProviderInputBuilder
impl Clone for UpdateSamlProviderInputBuilder
source§fn clone(&self) -> UpdateSamlProviderInputBuilder
fn clone(&self) -> UpdateSamlProviderInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateSamlProviderInputBuilder
impl Default for UpdateSamlProviderInputBuilder
source§fn default() -> UpdateSamlProviderInputBuilder
fn default() -> UpdateSamlProviderInputBuilder
source§impl PartialEq for UpdateSamlProviderInputBuilder
impl PartialEq for UpdateSamlProviderInputBuilder
source§fn eq(&self, other: &UpdateSamlProviderInputBuilder) -> bool
fn eq(&self, other: &UpdateSamlProviderInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.