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