7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/Compliance.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace ConfigService {
44 template <
typename ConfigRuleNameT = Aws::String>
46 m_configRuleNameHasBeenSet =
true;
47 m_configRuleName = std::forward<ConfigRuleNameT>(value);
49 template <
typename ConfigRuleNameT = Aws::String>
63 template <
typename ComplianceT = Compliance>
65 m_complianceHasBeenSet =
true;
66 m_compliance = std::forward<ComplianceT>(value);
68 template <
typename ComplianceT = Compliance>
81 template <
typename AccountIdT = Aws::String>
83 m_accountIdHasBeenSet =
true;
84 m_accountId = std::forward<AccountIdT>(value);
86 template <
typename AccountIdT = Aws::String>
99 template <
typename AwsRegionT = Aws::String>
101 m_awsRegionHasBeenSet =
true;
102 m_awsRegion = std::forward<AwsRegionT>(value);
104 template <
typename AwsRegionT = Aws::String>
118 bool m_configRuleNameHasBeenSet =
false;
119 bool m_complianceHasBeenSet =
false;
120 bool m_accountIdHasBeenSet =
false;
121 bool m_awsRegionHasBeenSet =
false;
void SetConfigRuleName(ConfigRuleNameT &&value)
bool AccountIdHasBeenSet() const
AggregateComplianceByConfigRule & WithAccountId(AccountIdT &&value)
void SetAwsRegion(AwsRegionT &&value)
void SetCompliance(ComplianceT &&value)
const Aws::String & GetConfigRuleName() const
AggregateComplianceByConfigRule & WithConfigRuleName(ConfigRuleNameT &&value)
bool ComplianceHasBeenSet() const
bool AwsRegionHasBeenSet() const
AWS_CONFIGSERVICE_API AggregateComplianceByConfigRule & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ConfigRuleNameHasBeenSet() const
const Aws::String & GetAwsRegion() const
const Aws::String & GetAccountId() const
AWS_CONFIGSERVICE_API AggregateComplianceByConfigRule(Aws::Utils::Json::JsonView jsonValue)
AWS_CONFIGSERVICE_API AggregateComplianceByConfigRule()=default
AggregateComplianceByConfigRule & WithAwsRegion(AwsRegionT &&value)
AggregateComplianceByConfigRule & WithCompliance(ComplianceT &&value)
void SetAccountId(AccountIdT &&value)
const Compliance & GetCompliance() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue