7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetApproved(
bool value) { m_approvedHasBeenSet =
true; m_approved = value; }
59 inline void SetOverridden(
bool value) { m_overriddenHasBeenSet =
true; m_overridden = value; }
95 bool m_approvedHasBeenSet =
false;
98 bool m_overriddenHasBeenSet =
false;
101 bool m_approvalRulesSatisfiedHasBeenSet =
false;
104 bool m_approvalRulesNotSatisfiedHasBeenSet =
false;
Evaluation & WithApprovalRulesNotSatisfied(const Aws::Vector< Aws::String > &value)
bool GetOverridden() const
Evaluation & WithApprovalRulesSatisfied(Aws::Vector< Aws::String > &&value)
Evaluation & WithApproved(bool value)
bool OverriddenHasBeenSet() const
Evaluation & AddApprovalRulesSatisfied(Aws::String &&value)
Evaluation & WithApprovalRulesNotSatisfied(Aws::Vector< Aws::String > &&value)
void SetOverridden(bool value)
Evaluation & AddApprovalRulesNotSatisfied(Aws::String &&value)
bool ApprovalRulesSatisfiedHasBeenSet() const
void SetApprovalRulesSatisfied(const Aws::Vector< Aws::String > &value)
void SetApprovalRulesSatisfied(Aws::Vector< Aws::String > &&value)
AWS_CODECOMMIT_API Evaluation()
Evaluation & AddApprovalRulesSatisfied(const char *value)
void SetApprovalRulesNotSatisfied(Aws::Vector< Aws::String > &&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
Evaluation & AddApprovalRulesSatisfied(const Aws::String &value)
const Aws::Vector< Aws::String > & GetApprovalRulesSatisfied() const
const Aws::Vector< Aws::String > & GetApprovalRulesNotSatisfied() const
Evaluation & WithApprovalRulesSatisfied(const Aws::Vector< Aws::String > &value)
bool ApprovedHasBeenSet() const
bool ApprovalRulesNotSatisfiedHasBeenSet() const
Evaluation & AddApprovalRulesNotSatisfied(const Aws::String &value)
Evaluation & AddApprovalRulesNotSatisfied(const char *value)
void SetApprovalRulesNotSatisfied(const Aws::Vector< Aws::String > &value)
AWS_CODECOMMIT_API Evaluation & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue