AWS SDK for C++
1.8.128
AWS SDK for C++
|
#include <UpdatePullRequestApprovalRuleContentResult.h>
Public Member Functions | |
UpdatePullRequestApprovalRuleContentResult () | |
UpdatePullRequestApprovalRuleContentResult (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) | |
UpdatePullRequestApprovalRuleContentResult & | operator= (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) |
const ApprovalRule & | GetApprovalRule () const |
void | SetApprovalRule (const ApprovalRule &value) |
void | SetApprovalRule (ApprovalRule &&value) |
UpdatePullRequestApprovalRuleContentResult & | WithApprovalRule (const ApprovalRule &value) |
UpdatePullRequestApprovalRuleContentResult & | WithApprovalRule (ApprovalRule &&value) |
Definition at line 27 of file UpdatePullRequestApprovalRuleContentResult.h.
Aws::CodeCommit::Model::UpdatePullRequestApprovalRuleContentResult::UpdatePullRequestApprovalRuleContentResult | ( | ) |
Aws::CodeCommit::Model::UpdatePullRequestApprovalRuleContentResult::UpdatePullRequestApprovalRuleContentResult | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
Information about the updated approval rule.
Definition at line 38 of file UpdatePullRequestApprovalRuleContentResult.h.
UpdatePullRequestApprovalRuleContentResult& Aws::CodeCommit::Model::UpdatePullRequestApprovalRuleContentResult::operator= | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
Information about the updated approval rule.
Definition at line 48 of file UpdatePullRequestApprovalRuleContentResult.h.
|
inline |
Information about the updated approval rule.
Definition at line 43 of file UpdatePullRequestApprovalRuleContentResult.h.
|
inline |
Information about the updated approval rule.
Definition at line 58 of file UpdatePullRequestApprovalRuleContentResult.h.
|
inline |
Information about the updated approval rule.
Definition at line 53 of file UpdatePullRequestApprovalRuleContentResult.h.