// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeStandardsControls`](crate::operation::describe_standards_controls::builders::DescribeStandardsControlsFluentBuilder) operation.
/// This operation supports pagination; See [`into_paginator()`](crate::operation::describe_standards_controls::builders::DescribeStandardsControlsFluentBuilder::into_paginator).
///
/// - The fluent builder is configurable:
/// - [`standards_subscription_arn(impl Into<String>)`](crate::operation::describe_standards_controls::builders::DescribeStandardsControlsFluentBuilder::standards_subscription_arn) / [`set_standards_subscription_arn(Option<String>)`](crate::operation::describe_standards_controls::builders::DescribeStandardsControlsFluentBuilder::set_standards_subscription_arn):<br>required: **true**<br><p>The ARN of a resource that represents your subscription to a supported standard. To get the subscription ARNs of the standards you have enabled, use the <code>GetEnabledStandards</code> operation.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::describe_standards_controls::builders::DescribeStandardsControlsFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::describe_standards_controls::builders::DescribeStandardsControlsFluentBuilder::set_next_token):<br>required: **false**<br><p>The token that is required for pagination. On your first call to the <code>DescribeStandardsControls</code> operation, set the value of this parameter to <code>NULL</code>.</p> <p>For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.</p><br>
/// - [`max_results(i32)`](crate::operation::describe_standards_controls::builders::DescribeStandardsControlsFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::describe_standards_controls::builders::DescribeStandardsControlsFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of security standard controls to return.</p><br>
/// - On success, responds with [`DescribeStandardsControlsOutput`](crate::operation::describe_standards_controls::DescribeStandardsControlsOutput) with field(s):
/// - [`controls(Option<Vec::<StandardsControl>>)`](crate::operation::describe_standards_controls::DescribeStandardsControlsOutput::controls): <p>A list of security standards controls.</p>
/// - [`next_token(Option<String>)`](crate::operation::describe_standards_controls::DescribeStandardsControlsOutput::next_token): <p>The pagination token to use to request the next page of results.</p>
/// - On failure, responds with [`SdkError<DescribeStandardsControlsError>`](crate::operation::describe_standards_controls::DescribeStandardsControlsError)
pub fn describe_standards_controls(&self) -> crate::operation::describe_standards_controls::builders::DescribeStandardsControlsFluentBuilder {
crate::operation::describe_standards_controls::builders::DescribeStandardsControlsFluentBuilder::new(self.handle.clone())
}
}