7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
43 m_approvedHasBeenSet =
true;
60 m_overriddenHasBeenSet =
true;
75 template <
typename ApprovalRulesSatisfiedT = Aws::Vector<Aws::String>>
77 m_approvalRulesSatisfiedHasBeenSet =
true;
78 m_approvalRulesSatisfied = std::forward<ApprovalRulesSatisfiedT>(value);
80 template <
typename ApprovalRulesSatisfiedT = Aws::Vector<Aws::String>>
85 template <
typename ApprovalRulesSatisfiedT = Aws::String>
87 m_approvalRulesSatisfiedHasBeenSet =
true;
88 m_approvalRulesSatisfied.emplace_back(std::forward<ApprovalRulesSatisfiedT>(value));
99 template <
typename ApprovalRulesNotSatisfiedT = Aws::Vector<Aws::String>>
101 m_approvalRulesNotSatisfiedHasBeenSet =
true;
102 m_approvalRulesNotSatisfied = std::forward<ApprovalRulesNotSatisfiedT>(value);
104 template <
typename ApprovalRulesNotSatisfiedT = Aws::Vector<Aws::String>>
109 template <
typename ApprovalRulesNotSatisfiedT = Aws::String>
111 m_approvalRulesNotSatisfiedHasBeenSet =
true;
112 m_approvalRulesNotSatisfied.emplace_back(std::forward<ApprovalRulesNotSatisfiedT>(value));
117 bool m_approved{
false};
119 bool m_overridden{
false};
124 bool m_approvedHasBeenSet =
false;
125 bool m_overriddenHasBeenSet =
false;
126 bool m_approvalRulesSatisfiedHasBeenSet =
false;
127 bool m_approvalRulesNotSatisfiedHasBeenSet =
false;
bool GetOverridden() const
Evaluation & WithApprovalRulesNotSatisfied(ApprovalRulesNotSatisfiedT &&value)
Evaluation & WithApproved(bool value)
bool OverriddenHasBeenSet() const
Evaluation & WithApprovalRulesSatisfied(ApprovalRulesSatisfiedT &&value)
void SetOverridden(bool value)
Evaluation & AddApprovalRulesNotSatisfied(ApprovalRulesNotSatisfiedT &&value)
bool ApprovalRulesSatisfiedHasBeenSet() const
Evaluation & AddApprovalRulesSatisfied(ApprovalRulesSatisfiedT &&value)
void SetApproved(bool value)
Evaluation & WithOverridden(bool value)
AWS_CODECOMMIT_API Evaluation(Aws::Utils::Json::JsonView jsonValue)
AWS_CODECOMMIT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetApprovalRulesSatisfied() const
void SetApprovalRulesNotSatisfied(ApprovalRulesNotSatisfiedT &&value)
AWS_CODECOMMIT_API Evaluation()=default
void SetApprovalRulesSatisfied(ApprovalRulesSatisfiedT &&value)
const Aws::Vector< Aws::String > & GetApprovalRulesNotSatisfied() const
bool ApprovedHasBeenSet() const
bool ApprovalRulesNotSatisfiedHasBeenSet() const
AWS_CODECOMMIT_API Evaluation & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue