Struct aws_sdk_iam::operation::create_saml_provider::builders::CreateSamlProviderOutputBuilder
source · #[non_exhaustive]pub struct CreateSamlProviderOutputBuilder { /* private fields */ }
Expand description
A builder for CreateSamlProviderOutput
.
Implementations§
source§impl CreateSamlProviderOutputBuilder
impl CreateSamlProviderOutputBuilder
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 new SAML provider resource in IAM.
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 new SAML provider resource in IAM.
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 new SAML provider resource in IAM.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
A list of tags that are attached to the new IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
A list of tags that are attached to the new IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
A list of tags that are attached to the new IAM SAML provider. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources in the IAM User Guide.
sourcepub fn build(self) -> CreateSamlProviderOutput
pub fn build(self) -> CreateSamlProviderOutput
Consumes the builder and constructs a CreateSamlProviderOutput
.
Trait Implementations§
source§impl Clone for CreateSamlProviderOutputBuilder
impl Clone for CreateSamlProviderOutputBuilder
source§fn clone(&self) -> CreateSamlProviderOutputBuilder
fn clone(&self) -> CreateSamlProviderOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateSamlProviderOutputBuilder
impl Default for CreateSamlProviderOutputBuilder
source§fn default() -> CreateSamlProviderOutputBuilder
fn default() -> CreateSamlProviderOutputBuilder
source§impl PartialEq for CreateSamlProviderOutputBuilder
impl PartialEq for CreateSamlProviderOutputBuilder
source§fn eq(&self, other: &CreateSamlProviderOutputBuilder) -> bool
fn eq(&self, other: &CreateSamlProviderOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.