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
51 template<
typename EvaluationResultIdentifierT = EvaluationResultIdentifier>
52 void SetEvaluationResultIdentifier(EvaluationResultIdentifierT&& value) { m_evaluationResultIdentifierHasBeenSet =
true; m_evaluationResultIdentifier = std::forward<EvaluationResultIdentifierT>(value); }
53 template<
typename EvaluationResultIdentifierT = EvaluationResultIdentifier>
78 template<
typename ResultRecordedTimeT = Aws::Utils::DateTime>
79 void SetResultRecordedTime(ResultRecordedTimeT&& value) { m_resultRecordedTimeHasBeenSet =
true; m_resultRecordedTime = std::forward<ResultRecordedTimeT>(value); }
80 template<
typename ResultRecordedTimeT = Aws::Utils::DateTime>
90 template<
typename ConfigRuleInvokedTimeT = Aws::Utils::DateTime>
91 void SetConfigRuleInvokedTime(ConfigRuleInvokedTimeT&& value) { m_configRuleInvokedTimeHasBeenSet =
true; m_configRuleInvokedTime = std::forward<ConfigRuleInvokedTimeT>(value); }
92 template<
typename ConfigRuleInvokedTimeT = Aws::Utils::DateTime>
103 template<
typename AnnotationT = Aws::String>
104 void SetAnnotation(AnnotationT&& value) { m_annotationHasBeenSet =
true; m_annotation = std::forward<AnnotationT>(value); }
105 template<
typename AnnotationT = Aws::String>
117 template<
typename ResultTokenT = Aws::String>
118 void SetResultToken(ResultTokenT&& value) { m_resultTokenHasBeenSet =
true; m_resultToken = std::forward<ResultTokenT>(value); }
119 template<
typename ResultTokenT = Aws::String>
125 bool m_evaluationResultIdentifierHasBeenSet =
false;
128 bool m_complianceTypeHasBeenSet =
false;
131 bool m_resultRecordedTimeHasBeenSet =
false;
134 bool m_configRuleInvokedTimeHasBeenSet =
false;
137 bool m_annotationHasBeenSet =
false;
140 bool m_resultTokenHasBeenSet =
false;
const Aws::String & GetAnnotation() const
const Aws::String & GetResultToken() const
AWS_CONFIGSERVICE_API EvaluationResult(Aws::Utils::Json::JsonView jsonValue)
void SetAnnotation(AnnotationT &&value)
EvaluationResult & WithResultToken(ResultTokenT &&value)
const EvaluationResultIdentifier & GetEvaluationResultIdentifier() const
void SetEvaluationResultIdentifier(EvaluationResultIdentifierT &&value)
EvaluationResult & WithComplianceType(ComplianceType value)
bool ResultTokenHasBeenSet() const
void SetResultToken(ResultTokenT &&value)
const Aws::Utils::DateTime & GetConfigRuleInvokedTime() const
const Aws::Utils::DateTime & GetResultRecordedTime() const
void SetResultRecordedTime(ResultRecordedTimeT &&value)
bool ConfigRuleInvokedTimeHasBeenSet() const
bool AnnotationHasBeenSet() const
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
EvaluationResult & WithConfigRuleInvokedTime(ConfigRuleInvokedTimeT &&value)
AWS_CONFIGSERVICE_API EvaluationResult & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ComplianceTypeHasBeenSet() const
EvaluationResult & WithResultRecordedTime(ResultRecordedTimeT &&value)
void SetComplianceType(ComplianceType value)
bool EvaluationResultIdentifierHasBeenSet() const
bool ResultRecordedTimeHasBeenSet() const
void SetConfigRuleInvokedTime(ConfigRuleInvokedTimeT &&value)
AWS_CONFIGSERVICE_API EvaluationResult()=default
ComplianceType GetComplianceType() const
EvaluationResult & WithEvaluationResultIdentifier(EvaluationResultIdentifierT &&value)
EvaluationResult & WithAnnotation(AnnotationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue