7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/ssm/SSM_EXPORTS.h>
9#include <aws/ssm/model/DocumentReviewAction.h>
10#include <aws/ssm/model/DocumentReviewCommentSource.h>
43 m_actionHasBeenSet =
true;
59 template <
typename CommentT = Aws::Vector<DocumentReviewCommentSource>>
61 m_commentHasBeenSet =
true;
62 m_comment = std::forward<CommentT>(value);
64 template <
typename CommentT = Aws::Vector<DocumentReviewCommentSource>>
69 template <
typename CommentT = DocumentReviewCommentSource>
71 m_commentHasBeenSet =
true;
72 m_comment.emplace_back(std::forward<CommentT>(value));
80 bool m_actionHasBeenSet =
false;
81 bool m_commentHasBeenSet =
false;
DocumentReviewAction GetAction() const
const Aws::Vector< DocumentReviewCommentSource > & GetComment() const
DocumentReviews & WithComment(CommentT &&value)
void SetAction(DocumentReviewAction value)
void SetComment(CommentT &&value)
bool CommentHasBeenSet() const
bool ActionHasBeenSet() const
AWS_SSM_API DocumentReviews(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SSM_API DocumentReviews & operator=(Aws::Utils::Json::JsonView jsonValue)
DocumentReviews & AddComment(CommentT &&value)
DocumentReviews & WithAction(DocumentReviewAction value)
AWS_SSM_API DocumentReviews()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue