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/ConformancePackInputParameter.h>
24namespace ConfigService
50 template<
typename OrganizationConformancePackNameT = Aws::String>
51 void SetOrganizationConformancePackName(OrganizationConformancePackNameT&& value) { m_organizationConformancePackNameHasBeenSet =
true; m_organizationConformancePackName = std::forward<OrganizationConformancePackNameT>(value); }
52 template<
typename OrganizationConformancePackNameT = Aws::String>
62 template<
typename OrganizationConformancePackArnT = Aws::String>
63 void SetOrganizationConformancePackArn(OrganizationConformancePackArnT&& value) { m_organizationConformancePackArnHasBeenSet =
true; m_organizationConformancePackArn = std::forward<OrganizationConformancePackArnT>(value); }
64 template<
typename OrganizationConformancePackArnT = Aws::String>
75 template<
typename DeliveryS3BucketT = Aws::String>
76 void SetDeliveryS3Bucket(DeliveryS3BucketT&& value) { m_deliveryS3BucketHasBeenSet =
true; m_deliveryS3Bucket = std::forward<DeliveryS3BucketT>(value); }
77 template<
typename DeliveryS3BucketT = Aws::String>
88 template<
typename DeliveryS3KeyPrefixT = Aws::String>
89 void SetDeliveryS3KeyPrefix(DeliveryS3KeyPrefixT&& value) { m_deliveryS3KeyPrefixHasBeenSet =
true; m_deliveryS3KeyPrefix = std::forward<DeliveryS3KeyPrefixT>(value); }
90 template<
typename DeliveryS3KeyPrefixT = Aws::String>
100 template<
typename ConformancePackInputParametersT = Aws::Vector<ConformancePackInputParameter>>
101 void SetConformancePackInputParameters(ConformancePackInputParametersT&& value) { m_conformancePackInputParametersHasBeenSet =
true; m_conformancePackInputParameters = std::forward<ConformancePackInputParametersT>(value); }
102 template<
typename ConformancePackInputParametersT = Aws::Vector<ConformancePackInputParameter>>
104 template<
typename ConformancePackInputParametersT = ConformancePackInputParameter>
115 template<
typename ExcludedAccountsT = Aws::Vector<Aws::String>>
116 void SetExcludedAccounts(ExcludedAccountsT&& value) { m_excludedAccountsHasBeenSet =
true; m_excludedAccounts = std::forward<ExcludedAccountsT>(value); }
117 template<
typename ExcludedAccountsT = Aws::Vector<Aws::String>>
119 template<
typename ExcludedAccountsT = Aws::String>
129 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
130 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
131 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
137 bool m_organizationConformancePackNameHasBeenSet =
false;
140 bool m_organizationConformancePackArnHasBeenSet =
false;
143 bool m_deliveryS3BucketHasBeenSet =
false;
146 bool m_deliveryS3KeyPrefixHasBeenSet =
false;
149 bool m_conformancePackInputParametersHasBeenSet =
false;
152 bool m_excludedAccountsHasBeenSet =
false;
155 bool m_lastUpdateTimeHasBeenSet =
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