7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
10#include <aws/securityagent/model/JobStatus.h>
21namespace SecurityAgent {
43 template <
typename CodeReviewJobIdT = Aws::String>
45 m_codeReviewJobIdHasBeenSet =
true;
46 m_codeReviewJobId = std::forward<CodeReviewJobIdT>(value);
48 template <
typename CodeReviewJobIdT = Aws::String>
61 template <
typename CodeReviewIdT = Aws::String>
63 m_codeReviewIdHasBeenSet =
true;
64 m_codeReviewId = std::forward<CodeReviewIdT>(value);
66 template <
typename CodeReviewIdT = Aws::String>
79 template <
typename TitleT = Aws::String>
81 m_titleHasBeenSet =
true;
82 m_title = std::forward<TitleT>(value);
84 template <
typename TitleT = Aws::String>
86 SetTitle(std::forward<TitleT>(value));
98 m_statusHasBeenSet =
true;
113 template <
typename CreatedAtT = Aws::Utils::DateTime>
115 m_createdAtHasBeenSet =
true;
116 m_createdAt = std::forward<CreatedAtT>(value);
118 template <
typename CreatedAtT = Aws::Utils::DateTime>
131 template <
typename UpdatedAtT = Aws::Utils::DateTime>
133 m_updatedAtHasBeenSet =
true;
134 m_updatedAt = std::forward<UpdatedAtT>(value);
136 template <
typename UpdatedAtT = Aws::Utils::DateTime>
154 bool m_codeReviewJobIdHasBeenSet =
false;
155 bool m_codeReviewIdHasBeenSet =
false;
156 bool m_titleHasBeenSet =
false;
157 bool m_statusHasBeenSet =
false;
158 bool m_createdAtHasBeenSet =
false;
159 bool m_updatedAtHasBeenSet =
false;
CodeReviewJobSummary & WithTitle(TitleT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetTitle(TitleT &&value)
bool CodeReviewIdHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
void SetCodeReviewJobId(CodeReviewJobIdT &&value)
CodeReviewJobSummary & WithCodeReviewId(CodeReviewIdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
bool CreatedAtHasBeenSet() const
AWS_SECURITYAGENT_API CodeReviewJobSummary(Aws::Utils::Json::JsonView jsonValue)
CodeReviewJobSummary & WithCodeReviewJobId(CodeReviewJobIdT &&value)
AWS_SECURITYAGENT_API CodeReviewJobSummary()=default
JobStatus GetStatus() const
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetTitle() const
const Aws::String & GetCodeReviewJobId() const
void SetCodeReviewId(CodeReviewIdT &&value)
bool TitleHasBeenSet() const
const Aws::String & GetCodeReviewId() const
void SetStatus(JobStatus value)
bool CodeReviewJobIdHasBeenSet() const
AWS_SECURITYAGENT_API CodeReviewJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
CodeReviewJobSummary & WithStatus(JobStatus value)
bool StatusHasBeenSet() const
bool UpdatedAtHasBeenSet() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
CodeReviewJobSummary & WithUpdatedAt(UpdatedAtT &&value)
CodeReviewJobSummary & WithCreatedAt(CreatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue