7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace ConfigService {
40 template <
typename QueryIdT = Aws::String>
42 m_queryIdHasBeenSet =
true;
43 m_queryId = std::forward<QueryIdT>(value);
45 template <
typename QueryIdT = Aws::String>
59 template <
typename QueryArnT = Aws::String>
61 m_queryArnHasBeenSet =
true;
62 m_queryArn = std::forward<QueryArnT>(value);
64 template <
typename QueryArnT = Aws::String>
77 template <
typename QueryNameT = Aws::String>
79 m_queryNameHasBeenSet =
true;
80 m_queryName = std::forward<QueryNameT>(value);
82 template <
typename QueryNameT = Aws::String>
95 template <
typename DescriptionT = Aws::String>
97 m_descriptionHasBeenSet =
true;
98 m_description = std::forward<DescriptionT>(value);
100 template <
typename DescriptionT = Aws::String>
117 template <
typename ExpressionT = Aws::String>
119 m_expressionHasBeenSet =
true;
120 m_expression = std::forward<ExpressionT>(value);
122 template <
typename ExpressionT = Aws::String>
138 bool m_queryIdHasBeenSet =
false;
139 bool m_queryArnHasBeenSet =
false;
140 bool m_queryNameHasBeenSet =
false;
141 bool m_descriptionHasBeenSet =
false;
142 bool m_expressionHasBeenSet =
false;
StoredQuery & WithQueryId(QueryIdT &&value)
AWS_CONFIGSERVICE_API StoredQuery()=default
bool ExpressionHasBeenSet() const
const Aws::String & GetExpression() const
void SetExpression(ExpressionT &&value)
const Aws::String & GetQueryArn() const
void SetQueryId(QueryIdT &&value)
const Aws::String & GetQueryId() const
bool QueryNameHasBeenSet() const
bool QueryIdHasBeenSet() const
StoredQuery & WithDescription(DescriptionT &&value)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool QueryArnHasBeenSet() const
const Aws::String & GetDescription() const
void SetQueryName(QueryNameT &&value)
const Aws::String & GetQueryName() const
StoredQuery & WithQueryArn(QueryArnT &&value)
StoredQuery & WithExpression(ExpressionT &&value)
StoredQuery & WithQueryName(QueryNameT &&value)
void SetQueryArn(QueryArnT &&value)
bool DescriptionHasBeenSet() const
AWS_CONFIGSERVICE_API StoredQuery & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONFIGSERVICE_API StoredQuery(Aws::Utils::Json::JsonView jsonValue)
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue