7#include <aws/resource-groups/ResourceGroups_EXPORTS.h>
8#include <aws/resource-groups/model/QueryType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ResourceGroups
78 inline void SetType(
const QueryType& value) { m_typeHasBeenSet =
true; m_type = value; }
79 inline void SetType(
QueryType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
140 inline void SetQuery(
const char* value) { m_queryHasBeenSet =
true; m_query.assign(value); }
148 bool m_typeHasBeenSet =
false;
151 bool m_queryHasBeenSet =
false;
ResourceQuery & WithQuery(const Aws::String &value)
AWS_RESOURCEGROUPS_API ResourceQuery(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
const Aws::String & GetQuery() const
AWS_RESOURCEGROUPS_API Aws::Utils::Json::JsonValue Jsonize() const
bool QueryHasBeenSet() const
const QueryType & GetType() const
void SetQuery(const Aws::String &value)
void SetType(QueryType &&value)
ResourceQuery & WithType(QueryType &&value)
AWS_RESOURCEGROUPS_API ResourceQuery()
AWS_RESOURCEGROUPS_API ResourceQuery & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetQuery(const char *value)
ResourceQuery & WithType(const QueryType &value)
ResourceQuery & WithQuery(const char *value)
void SetType(const QueryType &value)
ResourceQuery & WithQuery(Aws::String &&value)
void SetQuery(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue