7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ApprovalRuleNameT = Aws::String>
48 void SetApprovalRuleName(ApprovalRuleNameT&& value) { m_approvalRuleNameHasBeenSet =
true; m_approvalRuleName = std::forward<ApprovalRuleNameT>(value); }
49 template<
typename ApprovalRuleNameT = Aws::String>
59 template<
typename ApprovalRuleIdT = Aws::String>
60 void SetApprovalRuleId(ApprovalRuleIdT&& value) { m_approvalRuleIdHasBeenSet =
true; m_approvalRuleId = std::forward<ApprovalRuleIdT>(value); }
61 template<
typename ApprovalRuleIdT = Aws::String>
71 template<
typename ApprovalRuleContentT = Aws::String>
72 void SetApprovalRuleContent(ApprovalRuleContentT&& value) { m_approvalRuleContentHasBeenSet =
true; m_approvalRuleContent = std::forward<ApprovalRuleContentT>(value); }
73 template<
typename ApprovalRuleContentT = Aws::String>
79 bool m_approvalRuleNameHasBeenSet =
false;
82 bool m_approvalRuleIdHasBeenSet =
false;
85 bool m_approvalRuleContentHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue