7#include <aws/resource-groups/ResourceGroups_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/resource-groups/model/ResourceQuery.h>
22namespace ResourceGroups
50 template<
typename GroupNameT = Aws::String>
51 void SetGroupName(GroupNameT&& value) { m_groupNameHasBeenSet =
true; m_groupName = std::forward<GroupNameT>(value); }
52 template<
typename GroupNameT = Aws::String>
63 template<
typename ResourceQueryT = ResourceQuery>
64 void SetResourceQuery(ResourceQueryT&& value) { m_resourceQueryHasBeenSet =
true; m_resourceQuery = std::forward<ResourceQueryT>(value); }
65 template<
typename ResourceQueryT = ResourceQuery>
71 bool m_groupNameHasBeenSet =
false;
74 bool m_resourceQueryHasBeenSet =
false;
void SetResourceQuery(ResourceQueryT &&value)
GroupQuery & WithGroupName(GroupNameT &&value)
bool GroupNameHasBeenSet() const
AWS_RESOURCEGROUPS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetGroupName() const
void SetGroupName(GroupNameT &&value)
bool ResourceQueryHasBeenSet() const
AWS_RESOURCEGROUPS_API GroupQuery()=default
AWS_RESOURCEGROUPS_API GroupQuery(Aws::Utils::Json::JsonView jsonValue)
AWS_RESOURCEGROUPS_API GroupQuery & operator=(Aws::Utils::Json::JsonView jsonValue)
const ResourceQuery & GetResourceQuery() const
GroupQuery & WithResourceQuery(ResourceQueryT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue