7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ConfigService
46 template<
typename QueryIdT = Aws::String>
47 void SetQueryId(QueryIdT&& value) { m_queryIdHasBeenSet =
true; m_queryId = std::forward<QueryIdT>(value); }
48 template<
typename QueryIdT = Aws::String>
59 template<
typename QueryArnT = Aws::String>
60 void SetQueryArn(QueryArnT&& value) { m_queryArnHasBeenSet =
true; m_queryArn = std::forward<QueryArnT>(value); }
61 template<
typename QueryArnT = Aws::String>
71 template<
typename QueryNameT = Aws::String>
72 void SetQueryName(QueryNameT&& value) { m_queryNameHasBeenSet =
true; m_queryName = std::forward<QueryNameT>(value); }
73 template<
typename QueryNameT = Aws::String>
83 template<
typename DescriptionT = Aws::String>
84 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
85 template<
typename DescriptionT = Aws::String>
99 template<
typename ExpressionT = Aws::String>
100 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
101 template<
typename ExpressionT = Aws::String>
107 bool m_queryIdHasBeenSet =
false;
110 bool m_queryArnHasBeenSet =
false;
113 bool m_queryNameHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
119 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