// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetIdentityProviderByIdentifier`](crate::operation::get_identity_provider_by_identifier::builders::GetIdentityProviderByIdentifierFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`user_pool_id(impl Into<String>)`](crate::operation::get_identity_provider_by_identifier::builders::GetIdentityProviderByIdentifierFluentBuilder::user_pool_id) / [`set_user_pool_id(Option<String>)`](crate::operation::get_identity_provider_by_identifier::builders::GetIdentityProviderByIdentifierFluentBuilder::set_user_pool_id):<br>required: **true**<br><p>The user pool ID.</p><br>
/// - [`idp_identifier(impl Into<String>)`](crate::operation::get_identity_provider_by_identifier::builders::GetIdentityProviderByIdentifierFluentBuilder::idp_identifier) / [`set_idp_identifier(Option<String>)`](crate::operation::get_identity_provider_by_identifier::builders::GetIdentityProviderByIdentifierFluentBuilder::set_idp_identifier):<br>required: **true**<br><p>The IdP identifier.</p><br>
/// - On success, responds with [`GetIdentityProviderByIdentifierOutput`](crate::operation::get_identity_provider_by_identifier::GetIdentityProviderByIdentifierOutput) with field(s):
/// - [`identity_provider(Option<IdentityProviderType>)`](crate::operation::get_identity_provider_by_identifier::GetIdentityProviderByIdentifierOutput::identity_provider): <p>The identity provider details.</p>
/// - On failure, responds with [`SdkError<GetIdentityProviderByIdentifierError>`](crate::operation::get_identity_provider_by_identifier::GetIdentityProviderByIdentifierError)
pub fn get_identity_provider_by_identifier(
&self,
) -> crate::operation::get_identity_provider_by_identifier::builders::GetIdentityProviderByIdentifierFluentBuilder {
crate::operation::get_identity_provider_by_identifier::builders::GetIdentityProviderByIdentifierFluentBuilder::new(self.handle.clone())
}
}