7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/config/model/TemplateSSMDocumentDetails.h>
12#include <aws/config/model/ConformancePackInputParameter.h>
25namespace ConfigService
54 inline void SetConformancePackName(
const char* value) { m_conformancePackNameHasBeenSet =
true; m_conformancePackName.assign(value); }
68 inline void SetConformancePackArn(
const char* value) { m_conformancePackArnHasBeenSet =
true; m_conformancePackArn.assign(value); }
82 inline void SetConformancePackId(
const char* value) { m_conformancePackIdHasBeenSet =
true; m_conformancePackId.assign(value); }
97 inline void SetDeliveryS3Bucket(
const char* value) { m_deliveryS3BucketHasBeenSet =
true; m_deliveryS3Bucket.assign(value); }
112 inline void SetDeliveryS3KeyPrefix(
const char* value) { m_deliveryS3KeyPrefixHasBeenSet =
true; m_deliveryS3KeyPrefix.assign(value); }
152 inline void SetCreatedBy(
const char* value) { m_createdByHasBeenSet =
true; m_createdBy.assign(value); }
174 bool m_conformancePackNameHasBeenSet =
false;
177 bool m_conformancePackArnHasBeenSet =
false;
180 bool m_conformancePackIdHasBeenSet =
false;
183 bool m_deliveryS3BucketHasBeenSet =
false;
186 bool m_deliveryS3KeyPrefixHasBeenSet =
false;
189 bool m_conformancePackInputParametersHasBeenSet =
false;
192 bool m_lastUpdateRequestedTimeHasBeenSet =
false;
195 bool m_createdByHasBeenSet =
false;
198 bool m_templateSSMDocumentDetailsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue