// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetDistributionTenantByDomain`](crate::operation::get_distribution_tenant_by_domain::builders::GetDistributionTenantByDomainFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`domain(impl Into<String>)`](crate::operation::get_distribution_tenant_by_domain::builders::GetDistributionTenantByDomainFluentBuilder::domain) / [`set_domain(Option<String>)`](crate::operation::get_distribution_tenant_by_domain::builders::GetDistributionTenantByDomainFluentBuilder::set_domain):<br>required: **true**<br><p>A domain name associated with the target distribution tenant.</p><br>
/// - On success, responds with [`GetDistributionTenantByDomainOutput`](crate::operation::get_distribution_tenant_by_domain::GetDistributionTenantByDomainOutput) with field(s):
/// - [`distribution_tenant(Option<DistributionTenant>)`](crate::operation::get_distribution_tenant_by_domain::GetDistributionTenantByDomainOutput::distribution_tenant): <p>The distribution tenant.</p>
/// - [`e_tag(Option<String>)`](crate::operation::get_distribution_tenant_by_domain::GetDistributionTenantByDomainOutput::e_tag): <p>The current version of the distribution tenant.</p>
/// - On failure, responds with [`SdkError<GetDistributionTenantByDomainError>`](crate::operation::get_distribution_tenant_by_domain::GetDistributionTenantByDomainError)
pub fn get_distribution_tenant_by_domain(
&self,
) -> crate::operation::get_distribution_tenant_by_domain::builders::GetDistributionTenantByDomainFluentBuilder {
crate::operation::get_distribution_tenant_by_domain::builders::GetDistributionTenantByDomainFluentBuilder::new(self.handle.clone())
}
}