AWS SDK for C++
1.8.182
AWS SDK for C++
|
#include <GetCommitResult.h>
Public Member Functions | |
GetCommitResult () | |
GetCommitResult (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) | |
GetCommitResult & | operator= (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) |
const Commit & | GetCommit () const |
void | SetCommit (const Commit &value) |
void | SetCommit (Commit &&value) |
GetCommitResult & | WithCommit (const Commit &value) |
GetCommitResult & | WithCommit (Commit &&value) |
Represents the output of a get commit operation.
Definition at line 33 of file GetCommitResult.h.
Aws::CodeCommit::Model::GetCommitResult::GetCommitResult | ( | ) |
Aws::CodeCommit::Model::GetCommitResult::GetCommitResult | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
A commit data type object that contains information about the specified commit.
Definition at line 45 of file GetCommitResult.h.
GetCommitResult& Aws::CodeCommit::Model::GetCommitResult::operator= | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
A commit data type object that contains information about the specified commit.
Definition at line 57 of file GetCommitResult.h.
|
inline |
A commit data type object that contains information about the specified commit.
Definition at line 51 of file GetCommitResult.h.
|
inline |
A commit data type object that contains information about the specified commit.
Definition at line 69 of file GetCommitResult.h.
|
inline |
A commit data type object that contains information about the specified commit.
Definition at line 63 of file GetCommitResult.h.