7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/ssm/model/ReviewStatus.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/ssm/model/DocumentReviewCommentSource.h>
52 template<
typename CreateTimeT = Aws::Utils::DateTime>
53 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
54 template<
typename CreateTimeT = Aws::Utils::DateTime>
65 template<
typename UpdatedTimeT = Aws::Utils::DateTime>
66 void SetUpdatedTime(UpdatedTimeT&& value) { m_updatedTimeHasBeenSet =
true; m_updatedTime = std::forward<UpdatedTimeT>(value); }
67 template<
typename UpdatedTimeT = Aws::Utils::DateTime>
93 template<
typename CommentT = Aws::Vector<DocumentReviewCommentSource>>
94 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
95 template<
typename CommentT = Aws::Vector<DocumentReviewCommentSource>>
97 template<
typename CommentT = DocumentReviewCommentSource>
107 template<
typename ReviewerT = Aws::String>
108 void SetReviewer(ReviewerT&& value) { m_reviewerHasBeenSet =
true; m_reviewer = std::forward<ReviewerT>(value); }
109 template<
typename ReviewerT = Aws::String>
115 bool m_createTimeHasBeenSet =
false;
118 bool m_updatedTimeHasBeenSet =
false;
121 bool m_reviewStatusHasBeenSet =
false;
124 bool m_commentHasBeenSet =
false;
127 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