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 {
42 template <
typename PentestJobIdT = Aws::String>
44 m_pentestJobIdHasBeenSet =
true;
45 m_pentestJobId = std::forward<PentestJobIdT>(value);
47 template <
typename PentestJobIdT = Aws::String>
60 template <
typename PentestIdT = Aws::String>
62 m_pentestIdHasBeenSet =
true;
63 m_pentestId = std::forward<PentestIdT>(value);
65 template <
typename PentestIdT = Aws::String>
78 template <
typename TitleT = Aws::String>
80 m_titleHasBeenSet =
true;
81 m_title = std::forward<TitleT>(value);
83 template <
typename TitleT = Aws::String>
85 SetTitle(std::forward<TitleT>(value));
97 m_statusHasBeenSet =
true;
112 template <
typename CreatedAtT = Aws::Utils::DateTime>
114 m_createdAtHasBeenSet =
true;
115 m_createdAt = std::forward<CreatedAtT>(value);
117 template <
typename CreatedAtT = Aws::Utils::DateTime>
130 template <
typename UpdatedAtT = Aws::Utils::DateTime>
132 m_updatedAtHasBeenSet =
true;
133 m_updatedAt = std::forward<UpdatedAtT>(value);
135 template <
typename UpdatedAtT = Aws::Utils::DateTime>
153 bool m_pentestJobIdHasBeenSet =
false;
154 bool m_pentestIdHasBeenSet =
false;
155 bool m_titleHasBeenSet =
false;
156 bool m_statusHasBeenSet =
false;
157 bool m_createdAtHasBeenSet =
false;
158 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