// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeIpamByoasn`](crate::operation::describe_ipam_byoasn::builders::DescribeIpamByoasnFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`dry_run(bool)`](crate::operation::describe_ipam_byoasn::builders::DescribeIpamByoasnFluentBuilder::dry_run) / [`set_dry_run(Option<bool>)`](crate::operation::describe_ipam_byoasn::builders::DescribeIpamByoasnFluentBuilder::set_dry_run):<br>required: **false**<br><p>Checks whether you have the required permissions for the action, 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>
/// - [`max_results(i32)`](crate::operation::describe_ipam_byoasn::builders::DescribeIpamByoasnFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::describe_ipam_byoasn::builders::DescribeIpamByoasnFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::describe_ipam_byoasn::builders::DescribeIpamByoasnFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::describe_ipam_byoasn::builders::DescribeIpamByoasnFluentBuilder::set_next_token):<br>required: **false**<br><p>The token for the next page of results.</p><br>
/// - On success, responds with [`DescribeIpamByoasnOutput`](crate::operation::describe_ipam_byoasn::DescribeIpamByoasnOutput) with field(s):
/// - [`byoasns(Option<Vec::<Byoasn>>)`](crate::operation::describe_ipam_byoasn::DescribeIpamByoasnOutput::byoasns): <p>ASN and BYOIP CIDR associations.</p>
/// - [`next_token(Option<String>)`](crate::operation::describe_ipam_byoasn::DescribeIpamByoasnOutput::next_token): <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
/// - On failure, responds with [`SdkError<DescribeIpamByoasnError>`](crate::operation::describe_ipam_byoasn::DescribeIpamByoasnError)
pub fn describe_ipam_byoasn(&self) -> crate::operation::describe_ipam_byoasn::builders::DescribeIpamByoasnFluentBuilder {
crate::operation::describe_ipam_byoasn::builders::DescribeIpamByoasnFluentBuilder::new(self.handle.clone())
}
}