AWS SDK for C++
1.8.128
AWS SDK for C++
|
#include <DeleteBranchResult.h>
Public Member Functions | |
DeleteBranchResult () | |
DeleteBranchResult (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) | |
DeleteBranchResult & | operator= (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) |
const BranchInfo & | GetDeletedBranch () const |
void | SetDeletedBranch (const BranchInfo &value) |
void | SetDeletedBranch (BranchInfo &&value) |
DeleteBranchResult & | WithDeletedBranch (const BranchInfo &value) |
DeleteBranchResult & | WithDeletedBranch (BranchInfo &&value) |
Represents the output of a delete branch operation.
Definition at line 33 of file DeleteBranchResult.h.
Aws::CodeCommit::Model::DeleteBranchResult::DeleteBranchResult | ( | ) |
Aws::CodeCommit::Model::DeleteBranchResult::DeleteBranchResult | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.
Definition at line 45 of file DeleteBranchResult.h.
DeleteBranchResult& Aws::CodeCommit::Model::DeleteBranchResult::operator= | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.
Definition at line 57 of file DeleteBranchResult.h.
|
inline |
Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.
Definition at line 51 of file DeleteBranchResult.h.
|
inline |
Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.
Definition at line 69 of file DeleteBranchResult.h.
|
inline |
Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.
Definition at line 63 of file DeleteBranchResult.h.