// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeTrustedAdvisorCheckRefreshStatuses`](crate::operation::describe_trusted_advisor_check_refresh_statuses::builders::DescribeTrustedAdvisorCheckRefreshStatusesFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`check_ids(Option<String>)`](crate::operation::describe_trusted_advisor_check_refresh_statuses::builders::DescribeTrustedAdvisorCheckRefreshStatusesFluentBuilder::check_ids) / [`set_check_ids(Option<Vec::<Option<String>>>)`](crate::operation::describe_trusted_advisor_check_refresh_statuses::builders::DescribeTrustedAdvisorCheckRefreshStatusesFluentBuilder::set_check_ids):<br>required: **true**<br><p>The IDs of the Trusted Advisor checks to get the status.</p><note> <p>If you specify the check ID of a check that is automatically refreshed, you might see an <code>InvalidParameterValue</code> error.</p> </note><br>
/// - On success, responds with [`DescribeTrustedAdvisorCheckRefreshStatusesOutput`](crate::operation::describe_trusted_advisor_check_refresh_statuses::DescribeTrustedAdvisorCheckRefreshStatusesOutput) with field(s):
/// - [`statuses(Vec::<TrustedAdvisorCheckRefreshStatus>)`](crate::operation::describe_trusted_advisor_check_refresh_statuses::DescribeTrustedAdvisorCheckRefreshStatusesOutput::statuses): <p>The refresh status of the specified Trusted Advisor checks.</p>
/// - On failure, responds with [`SdkError<DescribeTrustedAdvisorCheckRefreshStatusesError>`](crate::operation::describe_trusted_advisor_check_refresh_statuses::DescribeTrustedAdvisorCheckRefreshStatusesError)
pub fn describe_trusted_advisor_check_refresh_statuses(
&self,
) -> crate::operation::describe_trusted_advisor_check_refresh_statuses::builders::DescribeTrustedAdvisorCheckRefreshStatusesFluentBuilder {
crate::operation::describe_trusted_advisor_check_refresh_statuses::builders::DescribeTrustedAdvisorCheckRefreshStatusesFluentBuilder::new(
self.handle.clone(),
)
}
}