// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`AssociateAwsAccountWithPartnerAccount`](crate::operation::associate_aws_account_with_partner_account::builders::AssociateAwsAccountWithPartnerAccountFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`sidewalk(SidewalkAccountInfo)`](crate::operation::associate_aws_account_with_partner_account::builders::AssociateAwsAccountWithPartnerAccountFluentBuilder::sidewalk) / [`set_sidewalk(Option<SidewalkAccountInfo>)`](crate::operation::associate_aws_account_with_partner_account::builders::AssociateAwsAccountWithPartnerAccountFluentBuilder::set_sidewalk): <p>The Sidewalk account credentials.</p>
/// - [`client_request_token(impl ::std::convert::Into<String>)`](crate::operation::associate_aws_account_with_partner_account::builders::AssociateAwsAccountWithPartnerAccountFluentBuilder::client_request_token) / [`set_client_request_token(Option<String>)`](crate::operation::associate_aws_account_with_partner_account::builders::AssociateAwsAccountWithPartnerAccountFluentBuilder::set_client_request_token): <p>Each resource must have a unique client request token. If you try to create a new resource with the same token as a resource that already exists, an exception occurs. If you omit this value, AWS SDKs will automatically generate a unique client request. </p>
/// - [`tags(Vec<Tag>)`](crate::operation::associate_aws_account_with_partner_account::builders::AssociateAwsAccountWithPartnerAccountFluentBuilder::tags) / [`set_tags(Option<Vec<Tag>>)`](crate::operation::associate_aws_account_with_partner_account::builders::AssociateAwsAccountWithPartnerAccountFluentBuilder::set_tags): <p>The tags to attach to the specified resource. Tags are metadata that you can use to manage a resource.</p>
/// - On success, responds with [`AssociateAwsAccountWithPartnerAccountOutput`](crate::operation::associate_aws_account_with_partner_account::AssociateAwsAccountWithPartnerAccountOutput) with field(s):
/// - [`sidewalk(Option<SidewalkAccountInfo>)`](crate::operation::associate_aws_account_with_partner_account::AssociateAwsAccountWithPartnerAccountOutput::sidewalk): <p>The Sidewalk account credentials.</p>
/// - [`arn(Option<String>)`](crate::operation::associate_aws_account_with_partner_account::AssociateAwsAccountWithPartnerAccountOutput::arn): <p>The Amazon Resource Name of the resource.</p>
/// - On failure, responds with [`SdkError<AssociateAwsAccountWithPartnerAccountError>`](crate::operation::associate_aws_account_with_partner_account::AssociateAwsAccountWithPartnerAccountError)
pub fn associate_aws_account_with_partner_account(
&self,
) -> crate::operation::associate_aws_account_with_partner_account::builders::AssociateAwsAccountWithPartnerAccountFluentBuilder {
crate::operation::associate_aws_account_with_partner_account::builders::AssociateAwsAccountWithPartnerAccountFluentBuilder::new(
self.handle.clone(),
)
}
}