// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`AssociateVehicleFleet`](crate::operation::associate_vehicle_fleet::builders::AssociateVehicleFleetFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`vehicle_name(impl ::std::convert::Into<String>)`](crate::operation::associate_vehicle_fleet::builders::AssociateVehicleFleetFluentBuilder::vehicle_name) / [`set_vehicle_name(Option<String>)`](crate::operation::associate_vehicle_fleet::builders::AssociateVehicleFleetFluentBuilder::set_vehicle_name): <p> The unique ID of the vehicle to associate with the fleet. </p>
/// - [`fleet_id(impl ::std::convert::Into<String>)`](crate::operation::associate_vehicle_fleet::builders::AssociateVehicleFleetFluentBuilder::fleet_id) / [`set_fleet_id(Option<String>)`](crate::operation::associate_vehicle_fleet::builders::AssociateVehicleFleetFluentBuilder::set_fleet_id): <p> The ID of a fleet. </p>
/// - On success, responds with [`AssociateVehicleFleetOutput`](crate::operation::associate_vehicle_fleet::AssociateVehicleFleetOutput)
/// - On failure, responds with [`SdkError<AssociateVehicleFleetError>`](crate::operation::associate_vehicle_fleet::AssociateVehicleFleetError)
pub fn associate_vehicle_fleet(
&self,
) -> crate::operation::associate_vehicle_fleet::builders::AssociateVehicleFleetFluentBuilder
{
crate::operation::associate_vehicle_fleet::builders::AssociateVehicleFleetFluentBuilder::new(
self.handle.clone(),
)
}
}