// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeAcmeAccount`](crate::operation::describe_acme_account::builders::DescribeAcmeAccountFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`acme_endpoint_arn(impl Into<String>)`](crate::operation::describe_acme_account::builders::DescribeAcmeAccountFluentBuilder::acme_endpoint_arn) / [`set_acme_endpoint_arn(Option<String>)`](crate::operation::describe_acme_account::builders::DescribeAcmeAccountFluentBuilder::set_acme_endpoint_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the ACME endpoint.</p><br>
/// - [`account_url(impl Into<String>)`](crate::operation::describe_acme_account::builders::DescribeAcmeAccountFluentBuilder::account_url) / [`set_account_url(Option<String>)`](crate::operation::describe_acme_account::builders::DescribeAcmeAccountFluentBuilder::set_account_url):<br>required: **true**<br><p>The URL of the ACME account.</p><br>
/// - On success, responds with [`DescribeAcmeAccountOutput`](crate::operation::describe_acme_account::DescribeAcmeAccountOutput) with field(s):
/// - [`acme_account(Option<AcmeAccount>)`](crate::operation::describe_acme_account::DescribeAcmeAccountOutput::acme_account): <p>The ACME account details.</p>
/// - On failure, responds with [`SdkError<DescribeAcmeAccountError>`](crate::operation::describe_acme_account::DescribeAcmeAccountError)
pub fn describe_acme_account(&self) -> crate::operation::describe_acme_account::builders::DescribeAcmeAccountFluentBuilder {
crate::operation::describe_acme_account::builders::DescribeAcmeAccountFluentBuilder::new(self.handle.clone())
}
}