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 PentestJobIdT = Aws::String>
45 m_pentestJobIdHasBeenSet =
true;
46 m_pentestJobId = std::forward<PentestJobIdT>(value);
48 template <
typename PentestJobIdT = Aws::String>
61 template <
typename PentestIdT = Aws::String>
63 m_pentestIdHasBeenSet =
true;
64 m_pentestId = std::forward<PentestIdT>(value);
66 template <
typename PentestIdT = 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_pentestJobIdHasBeenSet =
false;
155 bool m_pentestIdHasBeenSet =
false;
156 bool m_titleHasBeenSet =
false;
157 bool m_statusHasBeenSet =
false;
158 bool m_createdAtHasBeenSet =
false;
159 bool m_updatedAtHasBeenSet =
false;
void SetTitle(TitleT &&value)
PentestJobSummary & WithPentestId(PentestIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool UpdatedAtHasBeenSet() const
const Aws::String & GetTitle() const
PentestJobSummary & WithUpdatedAt(UpdatedAtT &&value)
PentestJobSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
JobStatus GetStatus() const
void SetStatus(JobStatus value)
void SetCreatedAt(CreatedAtT &&value)
bool CreatedAtHasBeenSet() const
bool TitleHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
bool StatusHasBeenSet() const
PentestJobSummary & WithTitle(TitleT &&value)
PentestJobSummary & WithPentestJobId(PentestJobIdT &&value)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetPentestId() const
AWS_SECURITYAGENT_API PentestJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetPentestId(PentestIdT &&value)
AWS_SECURITYAGENT_API PentestJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPentestJobId(PentestJobIdT &&value)
AWS_SECURITYAGENT_API PentestJobSummary()=default
bool PentestJobIdHasBeenSet() const
bool PentestIdHasBeenSet() const
PentestJobSummary & WithStatus(JobStatus value)
const Aws::String & GetPentestJobId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue