AWS SDK for C++
1.8.128
AWS SDK for C++
|
#include <DeleteCommentContentResult.h>
Public Member Functions | |
DeleteCommentContentResult () | |
DeleteCommentContentResult (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) | |
DeleteCommentContentResult & | operator= (const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result) |
const Comment & | GetComment () const |
void | SetComment (const Comment &value) |
void | SetComment (Comment &&value) |
DeleteCommentContentResult & | WithComment (const Comment &value) |
DeleteCommentContentResult & | WithComment (Comment &&value) |
Definition at line 27 of file DeleteCommentContentResult.h.
Aws::CodeCommit::Model::DeleteCommentContentResult::DeleteCommentContentResult | ( | ) |
Aws::CodeCommit::Model::DeleteCommentContentResult::DeleteCommentContentResult | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
Information about the comment you just deleted.
Definition at line 38 of file DeleteCommentContentResult.h.
DeleteCommentContentResult& Aws::CodeCommit::Model::DeleteCommentContentResult::operator= | ( | const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > & | result | ) |
|
inline |
Information about the comment you just deleted.
Definition at line 48 of file DeleteCommentContentResult.h.
|
inline |
Information about the comment you just deleted.
Definition at line 43 of file DeleteCommentContentResult.h.
|
inline |
Information about the comment you just deleted.
Definition at line 58 of file DeleteCommentContentResult.h.
|
inline |
Information about the comment you just deleted.
Definition at line 53 of file DeleteCommentContentResult.h.