7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/ConfigServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/config/model/TemplateSSMDocumentDetails.h>
12#include <aws/config/model/ConformancePackInputParameter.h>
17namespace ConfigService
48 inline void SetConformancePackName(
const char* value) { m_conformancePackNameHasBeenSet =
true; m_conformancePackName.assign(value); }
69 inline void SetTemplateS3Uri(
const char* value) { m_templateS3UriHasBeenSet =
true; m_templateS3Uri.assign(value); }
87 inline void SetTemplateBody(
const char* value) { m_templateBodyHasBeenSet =
true; m_templateBody.assign(value); }
102 inline void SetDeliveryS3Bucket(
const char* value) { m_deliveryS3BucketHasBeenSet =
true; m_deliveryS3Bucket.assign(value); }
117 inline void SetDeliveryS3KeyPrefix(
const char* value) { m_deliveryS3KeyPrefixHasBeenSet =
true; m_deliveryS3KeyPrefix.assign(value); }
154 bool m_conformancePackNameHasBeenSet =
false;
157 bool m_templateS3UriHasBeenSet =
false;
160 bool m_templateBodyHasBeenSet =
false;
163 bool m_deliveryS3BucketHasBeenSet =
false;
166 bool m_deliveryS3KeyPrefixHasBeenSet =
false;
169 bool m_conformancePackInputParametersHasBeenSet =
false;
172 bool m_templateSSMDocumentDetailsHasBeenSet =
false;
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector