7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/config/model/Compliance.h>
22namespace ConfigService
50 template<
typename ConfigRuleNameT = Aws::String>
51 void SetConfigRuleName(ConfigRuleNameT&& value) { m_configRuleNameHasBeenSet =
true; m_configRuleName = std::forward<ConfigRuleNameT>(value); }
52 template<
typename ConfigRuleNameT = Aws::String>
63 template<
typename ComplianceT = Compliance>
64 void SetCompliance(ComplianceT&& value) { m_complianceHasBeenSet =
true; m_compliance = std::forward<ComplianceT>(value); }
65 template<
typename ComplianceT = Compliance>
75 template<
typename AccountIdT = Aws::String>
76 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
77 template<
typename AccountIdT = Aws::String>
87 template<
typename AwsRegionT = Aws::String>
88 void SetAwsRegion(AwsRegionT&& value) { m_awsRegionHasBeenSet =
true; m_awsRegion = std::forward<AwsRegionT>(value); }
89 template<
typename AwsRegionT = Aws::String>
95 bool m_configRuleNameHasBeenSet =
false;
98 bool m_complianceHasBeenSet =
false;
101 bool m_accountIdHasBeenSet =
false;
104 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