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>
111 inline void SetReviewer(
const char* value) { m_reviewerHasBeenSet =
true; m_reviewer.assign(value); }
119 bool m_createTimeHasBeenSet =
false;
122 bool m_updatedTimeHasBeenSet =
false;
125 bool m_reviewStatusHasBeenSet =
false;
128 bool m_commentHasBeenSet =
false;
131 bool m_reviewerHasBeenSet =
false;
DocumentReviewerResponseSource & WithCreateTime(const Aws::Utils::DateTime &value)
AWS_SSM_API DocumentReviewerResponseSource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< DocumentReviewCommentSource > & GetComment() const
void SetReviewer(const char *value)
void SetUpdatedTime(Aws::Utils::DateTime &&value)
void SetReviewer(const Aws::String &value)
DocumentReviewerResponseSource & AddComment(const DocumentReviewCommentSource &value)
void SetReviewer(Aws::String &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
DocumentReviewerResponseSource & WithReviewStatus(ReviewStatus &&value)
const Aws::Utils::DateTime & GetCreateTime() const
bool ReviewerHasBeenSet() const
DocumentReviewerResponseSource & WithReviewer(const Aws::String &value)
void SetComment(const Aws::Vector< DocumentReviewCommentSource > &value)
bool ReviewStatusHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedTime() const
void SetCreateTime(const Aws::Utils::DateTime &value)
DocumentReviewerResponseSource & WithReviewer(const char *value)
const Aws::String & GetReviewer() const
void SetComment(Aws::Vector< DocumentReviewCommentSource > &&value)
DocumentReviewerResponseSource & WithUpdatedTime(Aws::Utils::DateTime &&value)
DocumentReviewerResponseSource & WithCreateTime(Aws::Utils::DateTime &&value)
AWS_SSM_API DocumentReviewerResponseSource()
void SetReviewStatus(ReviewStatus &&value)
DocumentReviewerResponseSource & WithUpdatedTime(const Aws::Utils::DateTime &value)
void SetCreateTime(Aws::Utils::DateTime &&value)
AWS_SSM_API DocumentReviewerResponseSource(Aws::Utils::Json::JsonView jsonValue)
bool CreateTimeHasBeenSet() const
bool UpdatedTimeHasBeenSet() const
DocumentReviewerResponseSource & WithComment(const Aws::Vector< DocumentReviewCommentSource > &value)
DocumentReviewerResponseSource & WithReviewer(Aws::String &&value)
DocumentReviewerResponseSource & WithComment(Aws::Vector< DocumentReviewCommentSource > &&value)
bool CommentHasBeenSet() const
DocumentReviewerResponseSource & AddComment(DocumentReviewCommentSource &&value)
void SetUpdatedTime(const Aws::Utils::DateTime &value)
DocumentReviewerResponseSource & WithReviewStatus(const ReviewStatus &value)
const ReviewStatus & GetReviewStatus() const
void SetReviewStatus(const 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