AWS SDK for C++
1.8.128
AWS SDK for C++
|
#include <CreatePullRequestResult.h>
Public Member Functions | |
CreatePullRequestResult () | |
CreatePullRequestResult (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) | |
CreatePullRequestResult & | operator= (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) |
const PullRequest & | GetPullRequest () const |
void | SetPullRequest (const PullRequest &value) |
void | SetPullRequest (PullRequest &&value) |
CreatePullRequestResult & | WithPullRequest (const PullRequest &value) |
CreatePullRequestResult & | WithPullRequest (PullRequest &&value) |
Definition at line 27 of file CreatePullRequestResult.h.
Aws::CodeCommit::Model::CreatePullRequestResult::CreatePullRequestResult | ( | ) |
Aws::CodeCommit::Model::CreatePullRequestResult::CreatePullRequestResult | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
Information about the newly created pull request.
Definition at line 38 of file CreatePullRequestResult.h.
CreatePullRequestResult& Aws::CodeCommit::Model::CreatePullRequestResult::operator= | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
Information about the newly created pull request.
Definition at line 43 of file CreatePullRequestResult.h.
|
inline |
Information about the newly created pull request.
Definition at line 48 of file CreatePullRequestResult.h.
|
inline |
Information about the newly created pull request.
Definition at line 53 of file CreatePullRequestResult.h.
|
inline |
Information about the newly created pull request.
Definition at line 58 of file CreatePullRequestResult.h.