7#include <aws/codecommit/CodeCommit_EXPORTS.h>
8#include <aws/codecommit/CodeCommitRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename PullRequestIdT = Aws::String>
45 void SetPullRequestId(PullRequestIdT&& value) { m_pullRequestIdHasBeenSet =
true; m_pullRequestId = std::forward<PullRequestIdT>(value); }
46 template<
typename PullRequestIdT = Aws::String>
56 template<
typename ApprovalRuleNameT = Aws::String>
57 void SetApprovalRuleName(ApprovalRuleNameT&& value) { m_approvalRuleNameHasBeenSet =
true; m_approvalRuleName = std::forward<ApprovalRuleNameT>(value); }
58 template<
typename ApprovalRuleNameT = Aws::String>
64 bool m_pullRequestIdHasBeenSet =
false;
67 bool m_approvalRuleNameHasBeenSet =
false;
const Aws::String & GetApprovalRuleName() const
void SetApprovalRuleName(ApprovalRuleNameT &&value)
AWS_CODECOMMIT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_CODECOMMIT_API DeletePullRequestApprovalRuleRequest()=default
AWS_CODECOMMIT_API Aws::String SerializePayload() const override
bool ApprovalRuleNameHasBeenSet() const
DeletePullRequestApprovalRuleRequest & WithPullRequestId(PullRequestIdT &&value)
void SetPullRequestId(PullRequestIdT &&value)
virtual const char * GetServiceRequestName() const override
bool PullRequestIdHasBeenSet() const
DeletePullRequestApprovalRuleRequest & WithApprovalRuleName(ApprovalRuleNameT &&value)
const Aws::String & GetPullRequestId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String