// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`AssociateTrackerConsumer`](crate::operation::associate_tracker_consumer::builders::AssociateTrackerConsumerFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`tracker_name(impl Into<String>)`](crate::operation::associate_tracker_consumer::builders::AssociateTrackerConsumerFluentBuilder::tracker_name) / [`set_tracker_name(Option<String>)`](crate::operation::associate_tracker_consumer::builders::AssociateTrackerConsumerFluentBuilder::set_tracker_name): <p>The name of the tracker resource to be associated with a geofence collection.</p>
/// - [`consumer_arn(impl Into<String>)`](crate::operation::associate_tracker_consumer::builders::AssociateTrackerConsumerFluentBuilder::consumer_arn) / [`set_consumer_arn(Option<String>)`](crate::operation::associate_tracker_consumer::builders::AssociateTrackerConsumerFluentBuilder::set_consumer_arn): <p>The Amazon Resource Name (ARN) for the geofence collection to be associated to tracker resource. Used when you need to specify a resource across all Amazon Web Services.</p> <ul> <li> <p>Format example: <code>arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollectionConsumer</code> </p> </li> </ul>
/// - On success, responds with [`AssociateTrackerConsumerOutput`](crate::operation::associate_tracker_consumer::AssociateTrackerConsumerOutput)
/// - On failure, responds with [`SdkError<AssociateTrackerConsumerError>`](crate::operation::associate_tracker_consumer::AssociateTrackerConsumerError)
pub fn associate_tracker_consumer(&self) -> crate::operation::associate_tracker_consumer::builders::AssociateTrackerConsumerFluentBuilder {
crate::operation::associate_tracker_consumer::builders::AssociateTrackerConsumerFluentBuilder::new(self.handle.clone())
}
}