7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/resource-groups/ResourceGroupsRequest.h>
9#include <aws/resource-groups/ResourceGroups_EXPORTS.h>
10#include <aws/resource-groups/model/ResourceQuery.h>
15namespace ResourceGroups {
39 template <
typename GroupT = Aws::String>
41 m_groupHasBeenSet =
true;
42 m_group = std::forward<GroupT>(value);
44 template <
typename GroupT = Aws::String>
46 SetGroup(std::forward<GroupT>(value));
60 template <
typename ResourceQueryT = ResourceQuery>
62 m_resourceQueryHasBeenSet =
true;
63 m_resourceQuery = std::forward<ResourceQueryT>(value);
65 template <
typename ResourceQueryT = ResourceQuery>
73 bool m_groupHasBeenSet =
false;
76 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