7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ssm/SSM_EXPORTS.h>
11#include <aws/ssm/model/DocumentReviewCommentSource.h>
12#include <aws/ssm/model/ReviewStatus.h>
46 template <
typename CreateTimeT = Aws::Utils::DateTime>
48 m_createTimeHasBeenSet =
true;
49 m_createTime = std::forward<CreateTimeT>(value);
51 template <
typename CreateTimeT = Aws::Utils::DateTime>
65 template <
typename UpdatedTimeT = Aws::Utils::DateTime>
67 m_updatedTimeHasBeenSet =
true;
68 m_updatedTime = std::forward<UpdatedTimeT>(value);
70 template <
typename UpdatedTimeT = Aws::Utils::DateTime>
89 m_reviewStatusHasBeenSet =
true;
90 m_reviewStatus = value;
105 template <
typename CommentT = Aws::Vector<DocumentReviewCommentSource>>
107 m_commentHasBeenSet =
true;
108 m_comment = std::forward<CommentT>(value);
110 template <
typename CommentT = Aws::Vector<DocumentReviewCommentSource>>
115 template <
typename CommentT = DocumentReviewCommentSource>
117 m_commentHasBeenSet =
true;
118 m_comment.emplace_back(std::forward<CommentT>(value));
129 template <
typename ReviewerT = Aws::String>
131 m_reviewerHasBeenSet =
true;
132 m_reviewer = std::forward<ReviewerT>(value);
134 template <
typename ReviewerT = Aws::String>
150 bool m_createTimeHasBeenSet =
false;
151 bool m_updatedTimeHasBeenSet =
false;
152 bool m_reviewStatusHasBeenSet =
false;
153 bool m_commentHasBeenSet =
false;
154 bool m_reviewerHasBeenSet =
false;
AWS_SSM_API DocumentReviewerResponseSource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< DocumentReviewCommentSource > & GetComment() const
ReviewStatus GetReviewStatus() const
DocumentReviewerResponseSource & WithUpdatedTime(UpdatedTimeT &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
DocumentReviewerResponseSource & AddComment(CommentT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
bool ReviewerHasBeenSet() const
void SetReviewer(ReviewerT &&value)
bool ReviewStatusHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedTime() const
const Aws::String & GetReviewer() const
void SetUpdatedTime(UpdatedTimeT &&value)
DocumentReviewerResponseSource & WithComment(CommentT &&value)
AWS_SSM_API DocumentReviewerResponseSource(Aws::Utils::Json::JsonView jsonValue)
DocumentReviewerResponseSource & WithReviewStatus(ReviewStatus value)
bool CreateTimeHasBeenSet() const
DocumentReviewerResponseSource & WithReviewer(ReviewerT &&value)
void SetCreateTime(CreateTimeT &&value)
bool UpdatedTimeHasBeenSet() const
DocumentReviewerResponseSource & WithCreateTime(CreateTimeT &&value)
bool CommentHasBeenSet() const
AWS_SSM_API DocumentReviewerResponseSource()=default
void SetComment(CommentT &&value)
void SetReviewStatus(ReviewStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue