7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/EvaluationResultIdentifier.h>
9#include <aws/config/model/ComplianceType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
24namespace ConfigService
52 template<
typename EvaluationResultIdentifierT = EvaluationResultIdentifier>
53 void SetEvaluationResultIdentifier(EvaluationResultIdentifierT&& value) { m_evaluationResultIdentifierHasBeenSet =
true; m_evaluationResultIdentifier = std::forward<EvaluationResultIdentifierT>(value); }
54 template<
typename EvaluationResultIdentifierT = EvaluationResultIdentifier>
77 template<
typename ResultRecordedTimeT = Aws::Utils::DateTime>
78 void SetResultRecordedTime(ResultRecordedTimeT&& value) { m_resultRecordedTimeHasBeenSet =
true; m_resultRecordedTime = std::forward<ResultRecordedTimeT>(value); }
79 template<
typename ResultRecordedTimeT = Aws::Utils::DateTime>
89 template<
typename ConfigRuleInvokedTimeT = Aws::Utils::DateTime>
90 void SetConfigRuleInvokedTime(ConfigRuleInvokedTimeT&& value) { m_configRuleInvokedTimeHasBeenSet =
true; m_configRuleInvokedTime = std::forward<ConfigRuleInvokedTimeT>(value); }
91 template<
typename ConfigRuleInvokedTimeT = Aws::Utils::DateTime>
102 template<
typename AnnotationT = Aws::String>
103 void SetAnnotation(AnnotationT&& value) { m_annotationHasBeenSet =
true; m_annotation = std::forward<AnnotationT>(value); }
104 template<
typename AnnotationT = Aws::String>
114 template<
typename AccountIdT = Aws::String>
115 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
116 template<
typename AccountIdT = Aws::String>
126 template<
typename AwsRegionT = Aws::String>
127 void SetAwsRegion(AwsRegionT&& value) { m_awsRegionHasBeenSet =
true; m_awsRegion = std::forward<AwsRegionT>(value); }
128 template<
typename AwsRegionT = Aws::String>
134 bool m_evaluationResultIdentifierHasBeenSet =
false;
137 bool m_complianceTypeHasBeenSet =
false;
140 bool m_resultRecordedTimeHasBeenSet =
false;
143 bool m_configRuleInvokedTimeHasBeenSet =
false;
146 bool m_annotationHasBeenSet =
false;
149 bool m_accountIdHasBeenSet =
false;
152 bool m_awsRegionHasBeenSet =
false;
AggregateEvaluationResult & WithConfigRuleInvokedTime(ConfigRuleInvokedTimeT &&value)
const Aws::Utils::DateTime & GetConfigRuleInvokedTime() const
AWS_CONFIGSERVICE_API AggregateEvaluationResult(Aws::Utils::Json::JsonView jsonValue)
const EvaluationResultIdentifier & GetEvaluationResultIdentifier() const
AggregateEvaluationResult & WithAwsRegion(AwsRegionT &&value)
void SetEvaluationResultIdentifier(EvaluationResultIdentifierT &&value)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool EvaluationResultIdentifierHasBeenSet() const
bool ConfigRuleInvokedTimeHasBeenSet() const
const Aws::String & GetAwsRegion() const
bool ResultRecordedTimeHasBeenSet() const
bool AccountIdHasBeenSet() const
void SetAwsRegion(AwsRegionT &&value)
AWS_CONFIGSERVICE_API AggregateEvaluationResult & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResultRecordedTime(ResultRecordedTimeT &&value)
AWS_CONFIGSERVICE_API AggregateEvaluationResult()=default
AggregateEvaluationResult & WithAccountId(AccountIdT &&value)
AggregateEvaluationResult & WithResultRecordedTime(ResultRecordedTimeT &&value)
const Aws::String & GetAnnotation() const
void SetConfigRuleInvokedTime(ConfigRuleInvokedTimeT &&value)
bool AnnotationHasBeenSet() const
void SetAccountId(AccountIdT &&value)
ComplianceType GetComplianceType() const
const Aws::String & GetAccountId() const
const Aws::Utils::DateTime & GetResultRecordedTime() const
AggregateEvaluationResult & WithComplianceType(ComplianceType value)
bool AwsRegionHasBeenSet() const
bool ComplianceTypeHasBeenSet() const
AggregateEvaluationResult & WithEvaluationResultIdentifier(EvaluationResultIdentifierT &&value)
AggregateEvaluationResult & WithAnnotation(AnnotationT &&value)
void SetAnnotation(AnnotationT &&value)
void SetComplianceType(ComplianceType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue