7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/ConformancePackInputParameter.h>
9#include <aws/config/model/TemplateSSMDocumentDetails.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace ConfigService {
46 template <
typename ConformancePackNameT = Aws::String>
48 m_conformancePackNameHasBeenSet =
true;
49 m_conformancePackName = std::forward<ConformancePackNameT>(value);
51 template <
typename ConformancePackNameT = Aws::String>
64 template <
typename ConformancePackArnT = Aws::String>
66 m_conformancePackArnHasBeenSet =
true;
67 m_conformancePackArn = std::forward<ConformancePackArnT>(value);
69 template <
typename ConformancePackArnT = Aws::String>
82 template <
typename ConformancePackIdT = Aws::String>
84 m_conformancePackIdHasBeenSet =
true;
85 m_conformancePackId = std::forward<ConformancePackIdT>(value);
87 template <
typename ConformancePackIdT = Aws::String>
101 template <
typename DeliveryS3BucketT = Aws::String>
103 m_deliveryS3BucketHasBeenSet =
true;
104 m_deliveryS3Bucket = std::forward<DeliveryS3BucketT>(value);
106 template <
typename DeliveryS3BucketT = Aws::String>
120 template <
typename DeliveryS3KeyPrefixT = Aws::String>
122 m_deliveryS3KeyPrefixHasBeenSet =
true;
123 m_deliveryS3KeyPrefix = std::forward<DeliveryS3KeyPrefixT>(value);
125 template <
typename DeliveryS3KeyPrefixT = Aws::String>
137 return m_conformancePackInputParameters;
140 template <
typename ConformancePackInputParametersT = Aws::Vector<ConformancePackInputParameter>>
142 m_conformancePackInputParametersHasBeenSet =
true;
143 m_conformancePackInputParameters = std::forward<ConformancePackInputParametersT>(value);
145 template <
typename ConformancePackInputParametersT = Aws::Vector<ConformancePackInputParameter>>
150 template <
typename ConformancePackInputParametersT = ConformancePackInputParameter>
152 m_conformancePackInputParametersHasBeenSet =
true;
153 m_conformancePackInputParameters.emplace_back(std::forward<ConformancePackInputParametersT>(value));
164 template <
typename LastUpdateRequestedTimeT = Aws::Utils::DateTime>
166 m_lastUpdateRequestedTimeHasBeenSet =
true;
167 m_lastUpdateRequestedTime = std::forward<LastUpdateRequestedTimeT>(value);
169 template <
typename LastUpdateRequestedTimeT = Aws::Utils::DateTime>
182 template <
typename CreatedByT = Aws::String>
184 m_createdByHasBeenSet =
true;
185 m_createdBy = std::forward<CreatedByT>(value);
187 template <
typename CreatedByT = Aws::String>
202 template <
typename TemplateSSMDocumentDetailsT = TemplateSSMDocumentDetails>
204 m_templateSSMDocumentDetailsHasBeenSet =
true;
205 m_templateSSMDocumentDetails = std::forward<TemplateSSMDocumentDetailsT>(value);
207 template <
typename TemplateSSMDocumentDetailsT = TemplateSSMDocumentDetails>
230 TemplateSSMDocumentDetails m_templateSSMDocumentDetails;
231 bool m_conformancePackNameHasBeenSet =
false;
232 bool m_conformancePackArnHasBeenSet =
false;
233 bool m_conformancePackIdHasBeenSet =
false;
234 bool m_deliveryS3BucketHasBeenSet =
false;
235 bool m_deliveryS3KeyPrefixHasBeenSet =
false;
236 bool m_conformancePackInputParametersHasBeenSet =
false;
237 bool m_lastUpdateRequestedTimeHasBeenSet =
false;
238 bool m_createdByHasBeenSet =
false;
239 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