// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetApplication`](crate::operation::get_application::builders::GetApplicationFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`application_arn(impl Into<String>)`](crate::operation::get_application::builders::GetApplicationFluentBuilder::application_arn) / [`set_application_arn(Option<String>)`](crate::operation::get_application::builders::GetApplicationFluentBuilder::set_application_arn):<br>required: **true**<br><p>Specifies the ARN of the application to retrieve.</p><br>
/// - On success, responds with [`GetApplicationOutput`](crate::operation::get_application::GetApplicationOutput) with field(s):
/// - [`identity_source(Option<IdentitySourceDetails>)`](crate::operation::get_application::GetApplicationOutput::identity_source): <p>The identity source details for the application, including the IAM Identity Center instance configuration.</p>
/// - [`status(Status)`](crate::operation::get_application::GetApplicationOutput::status): <p>The current status of the application.</p>
/// - [`tenant_id(Option<String>)`](crate::operation::get_application::GetApplicationOutput::tenant_id): <p>The tenant identifier associated with the application.</p>
/// - [`created_at(DateTime)`](crate::operation::get_application::GetApplicationOutput::created_at): <p>The date and time when the application was created.</p>
/// - [`updated_at(DateTime)`](crate::operation::get_application::GetApplicationOutput::updated_at): <p>The date and time when the application was last updated.</p>
/// - [`tags(Option<HashMap::<String, String>>)`](crate::operation::get_application::GetApplicationOutput::tags): <p>The tags associated with the application.</p>
/// - [`error(Option<ErrorDetails>)`](crate::operation::get_application::GetApplicationOutput::error): <p>The error details if the application is in a failed state.</p>
/// - On failure, responds with [`SdkError<GetApplicationError>`](crate::operation::get_application::GetApplicationError)
pub fn get_application(&self) -> crate::operation::get_application::builders::GetApplicationFluentBuilder {
crate::operation::get_application::builders::GetApplicationFluentBuilder::new(self.handle.clone())
}
}