7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/ComplianceType.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ConfigService {
45 template <
typename ComplianceResourceTypeT = Aws::String>
47 m_complianceResourceTypeHasBeenSet =
true;
48 m_complianceResourceType = std::forward<ComplianceResourceTypeT>(value);
50 template <
typename ComplianceResourceTypeT = Aws::String>
64 template <
typename ComplianceResourceIdT = Aws::String>
66 m_complianceResourceIdHasBeenSet =
true;
67 m_complianceResourceId = std::forward<ComplianceResourceIdT>(value);
69 template <
typename ComplianceResourceIdT = Aws::String>
84 m_complianceTypeHasBeenSet =
true;
85 m_complianceType = value;
100 template <
typename AnnotationT = Aws::String>
102 m_annotationHasBeenSet =
true;
103 m_annotation = std::forward<AnnotationT>(value);
105 template <
typename AnnotationT = Aws::String>
118 template <
typename OrderingTimestampT = Aws::Utils::DateTime>
120 m_orderingTimestampHasBeenSet =
true;
121 m_orderingTimestamp = std::forward<OrderingTimestampT>(value);
123 template <
typename OrderingTimestampT = Aws::Utils::DateTime>
139 bool m_complianceResourceTypeHasBeenSet =
false;
140 bool m_complianceResourceIdHasBeenSet =
false;
141 bool m_complianceTypeHasBeenSet =
false;
142 bool m_annotationHasBeenSet =
false;
143 bool m_orderingTimestampHasBeenSet =
false;
bool AnnotationHasBeenSet() const
void SetComplianceType(ComplianceType value)
AWS_CONFIGSERVICE_API ExternalEvaluation(Aws::Utils::Json::JsonView jsonValue)
void SetOrderingTimestamp(OrderingTimestampT &&value)
ExternalEvaluation & WithComplianceResourceType(ComplianceResourceTypeT &&value)
ComplianceType GetComplianceType() const
AWS_CONFIGSERVICE_API ExternalEvaluation()=default
AWS_CONFIGSERVICE_API ExternalEvaluation & operator=(Aws::Utils::Json::JsonView jsonValue)
ExternalEvaluation & WithComplianceType(ComplianceType value)
bool ComplianceResourceTypeHasBeenSet() const
const Aws::String & GetComplianceResourceId() const
const Aws::String & GetComplianceResourceType() const
void SetComplianceResourceType(ComplianceResourceTypeT &&value)
const Aws::Utils::DateTime & GetOrderingTimestamp() const
const Aws::String & GetAnnotation() const
void SetAnnotation(AnnotationT &&value)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
ExternalEvaluation & WithComplianceResourceId(ComplianceResourceIdT &&value)
bool ComplianceTypeHasBeenSet() const
void SetComplianceResourceId(ComplianceResourceIdT &&value)
ExternalEvaluation & WithOrderingTimestamp(OrderingTimestampT &&value)
bool ComplianceResourceIdHasBeenSet() const
bool OrderingTimestampHasBeenSet() const
ExternalEvaluation & WithAnnotation(AnnotationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue