// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateGeofenceCollection`](crate::operation::update_geofence_collection::builders::UpdateGeofenceCollectionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`collection_name(impl Into<String>)`](crate::operation::update_geofence_collection::builders::UpdateGeofenceCollectionFluentBuilder::collection_name) / [`set_collection_name(Option<String>)`](crate::operation::update_geofence_collection::builders::UpdateGeofenceCollectionFluentBuilder::set_collection_name): <p>The name of the geofence collection to update.</p>
/// - [`pricing_plan(PricingPlan)`](crate::operation::update_geofence_collection::builders::UpdateGeofenceCollectionFluentBuilder::pricing_plan) / [`set_pricing_plan(Option<PricingPlan>)`](crate::operation::update_geofence_collection::builders::UpdateGeofenceCollectionFluentBuilder::set_pricing_plan): <p>No longer used. If included, the only allowed value is <code>RequestBasedUsage</code>.</p>
/// - [`pricing_plan_data_source(impl Into<String>)`](crate::operation::update_geofence_collection::builders::UpdateGeofenceCollectionFluentBuilder::pricing_plan_data_source) / [`set_pricing_plan_data_source(Option<String>)`](crate::operation::update_geofence_collection::builders::UpdateGeofenceCollectionFluentBuilder::set_pricing_plan_data_source): <p>This parameter is no longer used.</p>
/// - [`description(impl Into<String>)`](crate::operation::update_geofence_collection::builders::UpdateGeofenceCollectionFluentBuilder::description) / [`set_description(Option<String>)`](crate::operation::update_geofence_collection::builders::UpdateGeofenceCollectionFluentBuilder::set_description): <p>Updates the description for the geofence collection.</p>
/// - On success, responds with [`UpdateGeofenceCollectionOutput`](crate::operation::update_geofence_collection::UpdateGeofenceCollectionOutput) with field(s):
/// - [`collection_name(Option<String>)`](crate::operation::update_geofence_collection::UpdateGeofenceCollectionOutput::collection_name): <p>The name of the updated geofence collection.</p>
/// - [`collection_arn(Option<String>)`](crate::operation::update_geofence_collection::UpdateGeofenceCollectionOutput::collection_arn): <p>The Amazon Resource Name (ARN) of the updated geofence collection. Used to specify a resource across Amazon Web Services.</p> <ul> <li> <p>Format example: <code>arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection</code> </p> </li> </ul>
/// - [`update_time(Option<DateTime>)`](crate::operation::update_geofence_collection::UpdateGeofenceCollectionOutput::update_time): <p>The time when the geofence collection was last updated in <a href="https://www.iso.org/iso-8601-date-and-time-format.html">ISO 8601</a> format: <code>YYYY-MM-DDThh:mm:ss.sssZ</code> </p>
/// - On failure, responds with [`SdkError<UpdateGeofenceCollectionError>`](crate::operation::update_geofence_collection::UpdateGeofenceCollectionError)
pub fn update_geofence_collection(
&self,
) -> crate::operation::update_geofence_collection::builders::UpdateGeofenceCollectionFluentBuilder
{
crate::operation::update_geofence_collection::builders::UpdateGeofenceCollectionFluentBuilder::new(self.handle.clone())
}
}