7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/ssm/model/DocumentReviewAction.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ssm/model/DocumentReviewCommentSource.h>
71 bool m_actionHasBeenSet =
false;
74 bool m_commentHasBeenSet =
false;
const Aws::Vector< DocumentReviewCommentSource > & GetComment() const
DocumentReviews & WithAction(DocumentReviewAction &&value)
DocumentReviews & WithAction(const DocumentReviewAction &value)
DocumentReviews & WithComment(Aws::Vector< DocumentReviewCommentSource > &&value)
DocumentReviews & WithComment(const Aws::Vector< DocumentReviewCommentSource > &value)
void SetComment(const Aws::Vector< DocumentReviewCommentSource > &value)
bool CommentHasBeenSet() const
void SetAction(const DocumentReviewAction &value)
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()
const DocumentReviewAction & GetAction() const
DocumentReviews & AddComment(DocumentReviewCommentSource &&value)
AWS_SSM_API DocumentReviews & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetComment(Aws::Vector< DocumentReviewCommentSource > &&value)
void SetAction(DocumentReviewAction &&value)
DocumentReviews & AddComment(const DocumentReviewCommentSource &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue