#[non_exhaustive]pub struct GetSamlProviderInputBuilder { /* private fields */ }
Expand description
A builder for GetSamlProviderInput
.
Implementations§
source§impl GetSamlProviderInputBuilder
impl GetSamlProviderInputBuilder
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 resource object in IAM to get information about.
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 resource object in IAM to get information about.
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 resource object in IAM to get information about.
For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
sourcepub fn build(self) -> Result<GetSamlProviderInput, BuildError>
pub fn build(self) -> Result<GetSamlProviderInput, BuildError>
Consumes the builder and constructs a GetSamlProviderInput
.
source§impl GetSamlProviderInputBuilder
impl GetSamlProviderInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetSamlProviderOutput, SdkError<GetSAMLProviderError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetSamlProviderOutput, SdkError<GetSAMLProviderError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetSamlProviderInputBuilder
impl Clone for GetSamlProviderInputBuilder
source§fn clone(&self) -> GetSamlProviderInputBuilder
fn clone(&self) -> GetSamlProviderInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetSamlProviderInputBuilder
impl Debug for GetSamlProviderInputBuilder
source§impl Default for GetSamlProviderInputBuilder
impl Default for GetSamlProviderInputBuilder
source§fn default() -> GetSamlProviderInputBuilder
fn default() -> GetSamlProviderInputBuilder
source§impl PartialEq for GetSamlProviderInputBuilder
impl PartialEq for GetSamlProviderInputBuilder
source§fn eq(&self, other: &GetSamlProviderInputBuilder) -> bool
fn eq(&self, other: &GetSamlProviderInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.