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>
114 bool m_queryIdHasBeenSet =
false;
115 bool m_queryArnHasBeenSet =
false;
116 bool m_queryNameHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue