// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetOperatorApp`](crate::operation::get_operator_app::builders::GetOperatorAppFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`agent_space_id(impl Into<String>)`](crate::operation::get_operator_app::builders::GetOperatorAppFluentBuilder::agent_space_id) / [`set_agent_space_id(Option<String>)`](crate::operation::get_operator_app::builders::GetOperatorAppFluentBuilder::set_agent_space_id):<br>required: **true**<br>The unique identifier of the AgentSpace<br>
/// - On success, responds with [`GetOperatorAppOutput`](crate::operation::get_operator_app::GetOperatorAppOutput) with field(s):
/// - [`iam(Option<IamAuthConfiguration>)`](crate::operation::get_operator_app::GetOperatorAppOutput::iam): Configuration for IAM-based authentication flow for the Operator App.
/// - [`idc(Option<IdcAuthConfiguration>)`](crate::operation::get_operator_app::GetOperatorAppOutput::idc): Configuration for AWS Identity Center (IdC) authentication flow for the Operator App.
/// - [`idp(Option<IdpAuthConfiguration>)`](crate::operation::get_operator_app::GetOperatorAppOutput::idp): Configuration for external Identity Provider OIDC authentication flow for the Operator App.
/// - On failure, responds with [`SdkError<GetOperatorAppError>`](crate::operation::get_operator_app::GetOperatorAppError)
pub fn get_operator_app(&self) -> crate::operation::get_operator_app::builders::GetOperatorAppFluentBuilder {
crate::operation::get_operator_app::builders::GetOperatorAppFluentBuilder::new(self.handle.clone())
}
}