// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeFargateProfile`](crate::operation::describe_fargate_profile::builders::DescribeFargateProfileFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`cluster_name(impl Into<String>)`](crate::operation::describe_fargate_profile::builders::DescribeFargateProfileFluentBuilder::cluster_name) / [`set_cluster_name(Option<String>)`](crate::operation::describe_fargate_profile::builders::DescribeFargateProfileFluentBuilder::set_cluster_name):<br>required: **true**<br><p>The name of your cluster.</p><br>
/// - [`fargate_profile_name(impl Into<String>)`](crate::operation::describe_fargate_profile::builders::DescribeFargateProfileFluentBuilder::fargate_profile_name) / [`set_fargate_profile_name(Option<String>)`](crate::operation::describe_fargate_profile::builders::DescribeFargateProfileFluentBuilder::set_fargate_profile_name):<br>required: **true**<br><p>The name of the Fargate profile to describe.</p><br>
/// - On success, responds with [`DescribeFargateProfileOutput`](crate::operation::describe_fargate_profile::DescribeFargateProfileOutput) with field(s):
/// - [`fargate_profile(Option<FargateProfile>)`](crate::operation::describe_fargate_profile::DescribeFargateProfileOutput::fargate_profile): <p>The full description of your Fargate profile.</p>
/// - On failure, responds with [`SdkError<DescribeFargateProfileError>`](crate::operation::describe_fargate_profile::DescribeFargateProfileError)
pub fn describe_fargate_profile(&self) -> crate::operation::describe_fargate_profile::builders::DescribeFargateProfileFluentBuilder {
crate::operation::describe_fargate_profile::builders::DescribeFargateProfileFluentBuilder::new(self.handle.clone())
}
}