7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
41 template <
typename ApprovalRuleNameT = Aws::String>
43 m_approvalRuleNameHasBeenSet =
true;
44 m_approvalRuleName = std::forward<ApprovalRuleNameT>(value);
46 template <
typename ApprovalRuleNameT = Aws::String>
59 template <
typename ApprovalRuleIdT = Aws::String>
61 m_approvalRuleIdHasBeenSet =
true;
62 m_approvalRuleId = std::forward<ApprovalRuleIdT>(value);
64 template <
typename ApprovalRuleIdT = Aws::String>
77 template <
typename ApprovalRuleContentT = Aws::String>
79 m_approvalRuleContentHasBeenSet =
true;
80 m_approvalRuleContent = std::forward<ApprovalRuleContentT>(value);
82 template <
typename ApprovalRuleContentT = Aws::String>
94 bool m_approvalRuleNameHasBeenSet =
false;
95 bool m_approvalRuleIdHasBeenSet =
false;
96 bool m_approvalRuleContentHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue