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
45 inline void SetGroup(
const char* value) { m_groupHasBeenSet =
true; m_group.assign(value); }
68 bool m_groupHasBeenSet =
false;
71 bool m_resourceQueryHasBeenSet =
false;
void SetResourceQuery(const ResourceQuery &value)
bool GroupHasBeenSet() const
void SetResourceQuery(ResourceQuery &&value)
UpdateGroupQueryRequest & WithResourceQuery(const ResourceQuery &value)
const ResourceQuery & GetResourceQuery() const
const Aws::String & GetGroup() const
AWS_RESOURCEGROUPS_API UpdateGroupQueryRequest()
UpdateGroupQueryRequest & WithResourceQuery(ResourceQuery &&value)
UpdateGroupQueryRequest & WithGroup(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetGroup(const char *value)
UpdateGroupQueryRequest & WithGroup(const Aws::String &value)
void SetGroup(const Aws::String &value)
bool ResourceQueryHasBeenSet() const
UpdateGroupQueryRequest & WithGroup(const char *value)
void SetGroup(Aws::String &&value)
AWS_RESOURCEGROUPS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String