7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ConfigService
48 inline void SetQueryId(
const char* value) { m_queryIdHasBeenSet =
true; m_queryId.assign(value); }
63 inline void SetQueryArn(
const char* value) { m_queryArnHasBeenSet =
true; m_queryArn.assign(value); }
77 inline void SetQueryName(
const char* value) { m_queryNameHasBeenSet =
true; m_queryName.assign(value); }
91 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
99 bool m_queryIdHasBeenSet =
false;
102 bool m_queryArnHasBeenSet =
false;
105 bool m_queryNameHasBeenSet =
false;
108 bool m_descriptionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue