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
52 template<
typename ConformancePackNameT = Aws::String>
53 void SetConformancePackName(ConformancePackNameT&& value) { m_conformancePackNameHasBeenSet =
true; m_conformancePackName = std::forward<ConformancePackNameT>(value); }
54 template<
typename ConformancePackNameT = Aws::String>
64 template<
typename ConformancePackArnT = Aws::String>
65 void SetConformancePackArn(ConformancePackArnT&& value) { m_conformancePackArnHasBeenSet =
true; m_conformancePackArn = std::forward<ConformancePackArnT>(value); }
66 template<
typename ConformancePackArnT = Aws::String>
76 template<
typename ConformancePackIdT = Aws::String>
77 void SetConformancePackId(ConformancePackIdT&& value) { m_conformancePackIdHasBeenSet =
true; m_conformancePackId = std::forward<ConformancePackIdT>(value); }
78 template<
typename ConformancePackIdT = Aws::String>
89 template<
typename DeliveryS3BucketT = Aws::String>
90 void SetDeliveryS3Bucket(DeliveryS3BucketT&& value) { m_deliveryS3BucketHasBeenSet =
true; m_deliveryS3Bucket = std::forward<DeliveryS3BucketT>(value); }
91 template<
typename DeliveryS3BucketT = Aws::String>
102 template<
typename DeliveryS3KeyPrefixT = Aws::String>
103 void SetDeliveryS3KeyPrefix(DeliveryS3KeyPrefixT&& value) { m_deliveryS3KeyPrefixHasBeenSet =
true; m_deliveryS3KeyPrefix = std::forward<DeliveryS3KeyPrefixT>(value); }
104 template<
typename DeliveryS3KeyPrefixT = Aws::String>
114 template<
typename ConformancePackInputParametersT = Aws::Vector<ConformancePackInputParameter>>
115 void SetConformancePackInputParameters(ConformancePackInputParametersT&& value) { m_conformancePackInputParametersHasBeenSet =
true; m_conformancePackInputParameters = std::forward<ConformancePackInputParametersT>(value); }
116 template<
typename ConformancePackInputParametersT = Aws::Vector<ConformancePackInputParameter>>
118 template<
typename ConformancePackInputParametersT = ConformancePackInputParameter>
128 template<
typename LastUpdateRequestedTimeT = Aws::Utils::DateTime>
129 void SetLastUpdateRequestedTime(LastUpdateRequestedTimeT&& value) { m_lastUpdateRequestedTimeHasBeenSet =
true; m_lastUpdateRequestedTime = std::forward<LastUpdateRequestedTimeT>(value); }
130 template<
typename LastUpdateRequestedTimeT = Aws::Utils::DateTime>
140 template<
typename CreatedByT = Aws::String>
141 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
142 template<
typename CreatedByT = Aws::String>
154 template<
typename TemplateSSMDocumentDetailsT = TemplateSSMDocumentDetails>
155 void SetTemplateSSMDocumentDetails(TemplateSSMDocumentDetailsT&& value) { m_templateSSMDocumentDetailsHasBeenSet =
true; m_templateSSMDocumentDetails = std::forward<TemplateSSMDocumentDetailsT>(value); }
156 template<
typename TemplateSSMDocumentDetailsT = TemplateSSMDocumentDetails>
162 bool m_conformancePackNameHasBeenSet =
false;
165 bool m_conformancePackArnHasBeenSet =
false;
168 bool m_conformancePackIdHasBeenSet =
false;
171 bool m_deliveryS3BucketHasBeenSet =
false;
174 bool m_deliveryS3KeyPrefixHasBeenSet =
false;
177 bool m_conformancePackInputParametersHasBeenSet =
false;
180 bool m_lastUpdateRequestedTimeHasBeenSet =
false;
183 bool m_createdByHasBeenSet =
false;
185 TemplateSSMDocumentDetails m_templateSSMDocumentDetails;
186 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