7#include <aws/resource-groups/ResourceGroups_EXPORTS.h>
8#include <aws/resource-groups/ResourceGroupsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/resource-groups/model/ResourceQuery.h>
15namespace ResourceGroups
43 template<
typename GroupT = Aws::String>
44 void SetGroup(GroupT&& value) { m_groupHasBeenSet =
true; m_group = std::forward<GroupT>(value); }
45 template<
typename GroupT = Aws::String>
58 template<
typename ResourceQueryT = ResourceQuery>
59 void SetResourceQuery(ResourceQueryT&& value) { m_resourceQueryHasBeenSet =
true; m_resourceQuery = std::forward<ResourceQueryT>(value); }
60 template<
typename ResourceQueryT = ResourceQuery>
66 bool m_groupHasBeenSet =
false;
69 bool m_resourceQueryHasBeenSet =
false;
bool GroupHasBeenSet() const
void SetGroup(GroupT &&value)
const ResourceQuery & GetResourceQuery() const
const Aws::String & GetGroup() const
virtual const char * GetServiceRequestName() const override
UpdateGroupQueryRequest & WithResourceQuery(ResourceQueryT &&value)
UpdateGroupQueryRequest & WithGroup(GroupT &&value)
void SetResourceQuery(ResourceQueryT &&value)
bool ResourceQueryHasBeenSet() const
AWS_RESOURCEGROUPS_API UpdateGroupQueryRequest()=default
AWS_RESOURCEGROUPS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String