// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`GetIpamInternetRegistryAssociationAsns`](crate::operation::get_ipam_internet_registry_association_asns::builders::GetIpamInternetRegistryAssociationAsnsFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`dry_run(bool)`](crate::operation::get_ipam_internet_registry_association_asns::builders::GetIpamInternetRegistryAssociationAsnsFluentBuilder::dry_run) / [`set_dry_run(Option<bool>)`](crate::operation::get_ipam_internet_registry_association_asns::builders::GetIpamInternetRegistryAssociationAsnsFluentBuilder::set_dry_run):<br>required: **false**<br><p>Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p><br>
/// - [`ipam_internet_registry_association_id(impl Into<String>)`](crate::operation::get_ipam_internet_registry_association_asns::builders::GetIpamInternetRegistryAssociationAsnsFluentBuilder::ipam_internet_registry_association_id) / [`set_ipam_internet_registry_association_id(Option<String>)`](crate::operation::get_ipam_internet_registry_association_asns::builders::GetIpamInternetRegistryAssociationAsnsFluentBuilder::set_ipam_internet_registry_association_id):<br>required: **true**<br><p>The ID of the IPAM internet registry association.</p><br>
/// - [`max_results(i32)`](crate::operation::get_ipam_internet_registry_association_asns::builders::GetIpamInternetRegistryAssociationAsnsFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::get_ipam_internet_registry_association_asns::builders::GetIpamInternetRegistryAssociationAsnsFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of results to return in a single call. If not specified, all available results are returned. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::get_ipam_internet_registry_association_asns::builders::GetIpamInternetRegistryAssociationAsnsFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::get_ipam_internet_registry_association_asns::builders::GetIpamInternetRegistryAssociationAsnsFluentBuilder::set_next_token):<br>required: **false**<br><p>The token for the next page of results.</p><br>
/// - [`filters(Filter)`](crate::operation::get_ipam_internet_registry_association_asns::builders::GetIpamInternetRegistryAssociationAsnsFluentBuilder::filters) / [`set_filters(Option<Vec::<Filter>>)`](crate::operation::get_ipam_internet_registry_association_asns::builders::GetIpamInternetRegistryAssociationAsnsFluentBuilder::set_filters):<br>required: **false**<br><p>One or more filters to apply to the results.</p><br>
/// - On success, responds with [`GetIpamInternetRegistryAssociationAsnsOutput`](crate::operation::get_ipam_internet_registry_association_asns::GetIpamInternetRegistryAssociationAsnsOutput) with field(s):
/// - [`next_token(Option<String>)`](crate::operation::get_ipam_internet_registry_association_asns::GetIpamInternetRegistryAssociationAsnsOutput::next_token): <p>The token to use to retrieve the next page of results.</p>
/// - [`ipam_internet_registry_association_asns(Option<Vec::<IpamInternetRegistryAssociationAsn>>)`](crate::operation::get_ipam_internet_registry_association_asns::GetIpamInternetRegistryAssociationAsnsOutput::ipam_internet_registry_association_asns): <p>The ASNs registered with the internet registry.</p>
/// - On failure, responds with [`SdkError<GetIpamInternetRegistryAssociationAsnsError>`](crate::operation::get_ipam_internet_registry_association_asns::GetIpamInternetRegistryAssociationAsnsError)
pub fn get_ipam_internet_registry_association_asns(
&self,
) -> crate::operation::get_ipam_internet_registry_association_asns::builders::GetIpamInternetRegistryAssociationAsnsFluentBuilder {
crate::operation::get_ipam_internet_registry_association_asns::builders::GetIpamInternetRegistryAssociationAsnsFluentBuilder::new(
self.handle.clone(),
)
}
}