7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/config/model/ConformancePackState.h>
10#include <aws/core/utils/DateTime.h>
23namespace ConfigService
50 inline void SetConformancePackName(
const char* value) { m_conformancePackNameHasBeenSet =
true; m_conformancePackName.assign(value); }
64 inline void SetConformancePackId(
const char* value) { m_conformancePackIdHasBeenSet =
true; m_conformancePackId.assign(value); }
78 inline void SetConformancePackArn(
const char* value) { m_conformancePackArnHasBeenSet =
true; m_conformancePackArn.assign(value); }
111 inline void SetStackArn(
const char* value) { m_stackArnHasBeenSet =
true; m_stackArn.assign(value); }
157 bool m_conformancePackNameHasBeenSet =
false;
160 bool m_conformancePackIdHasBeenSet =
false;
163 bool m_conformancePackArnHasBeenSet =
false;
166 bool m_conformancePackStateHasBeenSet =
false;
169 bool m_stackArnHasBeenSet =
false;
172 bool m_conformancePackStatusReasonHasBeenSet =
false;
175 bool m_lastUpdateRequestedTimeHasBeenSet =
false;
178 bool m_lastUpdateCompletedTimeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue