7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/config/model/AggregateConformancePackCompliance.h>
22namespace ConfigService
56 template<
typename ConformancePackNameT = Aws::String>
57 void SetConformancePackName(ConformancePackNameT&& value) { m_conformancePackNameHasBeenSet =
true; m_conformancePackName = std::forward<ConformancePackNameT>(value); }
58 template<
typename ConformancePackNameT = Aws::String>
68 template<
typename ComplianceT = AggregateConformancePackCompliance>
69 void SetCompliance(ComplianceT&& value) { m_complianceHasBeenSet =
true; m_compliance = std::forward<ComplianceT>(value); }
70 template<
typename ComplianceT = AggregateConformancePackCompliance>
80 template<
typename AccountIdT = Aws::String>
81 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
82 template<
typename AccountIdT = Aws::String>
92 template<
typename AwsRegionT = Aws::String>
93 void SetAwsRegion(AwsRegionT&& value) { m_awsRegionHasBeenSet =
true; m_awsRegion = std::forward<AwsRegionT>(value); }
94 template<
typename AwsRegionT = Aws::String>
100 bool m_conformancePackNameHasBeenSet =
false;
103 bool m_complianceHasBeenSet =
false;
106 bool m_accountIdHasBeenSet =
false;
109 bool m_awsRegionHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue