// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateGroupQuery`](crate::operation::update_group_query::builders::UpdateGroupQueryFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`group_name(impl Into<String>)`](crate::operation::update_group_query::builders::UpdateGroupQueryFluentBuilder::group_name) / [`set_group_name(Option<String>)`](crate::operation::update_group_query::builders::UpdateGroupQueryFluentBuilder::set_group_name): <p>Don't use this parameter. Use <code>Group</code> instead.</p>
/// - [`group(impl Into<String>)`](crate::operation::update_group_query::builders::UpdateGroupQueryFluentBuilder::group) / [`set_group(Option<String>)`](crate::operation::update_group_query::builders::UpdateGroupQueryFluentBuilder::set_group): <p>The name or the ARN of the resource group to query.</p>
/// - [`resource_query(ResourceQuery)`](crate::operation::update_group_query::builders::UpdateGroupQueryFluentBuilder::resource_query) / [`set_resource_query(Option<ResourceQuery>)`](crate::operation::update_group_query::builders::UpdateGroupQueryFluentBuilder::set_resource_query): <p>The resource query to determine which Amazon Web Services resources are members of this resource group.</p> <note> <p>A resource group can contain either a <code>Configuration</code> or a <code>ResourceQuery</code>, but not both.</p> </note>
/// - On success, responds with [`UpdateGroupQueryOutput`](crate::operation::update_group_query::UpdateGroupQueryOutput) with field(s):
/// - [`group_query(Option<GroupQuery>)`](crate::operation::update_group_query::UpdateGroupQueryOutput::group_query): <p>The updated resource query associated with the resource group after the update.</p>
/// - On failure, responds with [`SdkError<UpdateGroupQueryError>`](crate::operation::update_group_query::UpdateGroupQueryError)
pub fn update_group_query(&self) -> crate::operation::update_group_query::builders::UpdateGroupQueryFluentBuilder {
crate::operation::update_group_query::builders::UpdateGroupQueryFluentBuilder::new(self.handle.clone())
}
}