7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/securityagent/SecurityAgent_EXPORTS.h>
11#include <aws/securityagent/model/JobStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace SecurityAgent {
42 template <
typename TitleT = Aws::String>
44 m_titleHasBeenSet =
true;
45 m_title = std::forward<TitleT>(value);
47 template <
typename TitleT = Aws::String>
49 SetTitle(std::forward<TitleT>(value));
60 m_statusHasBeenSet =
true;
74 template <
typename CreatedAtT = Aws::Utils::DateTime>
76 m_createdAtHasBeenSet =
true;
77 m_createdAt = std::forward<CreatedAtT>(value);
79 template <
typename CreatedAtT = Aws::Utils::DateTime>
91 template <
typename UpdatedAtT = Aws::Utils::DateTime>
93 m_updatedAtHasBeenSet =
true;
94 m_updatedAt = std::forward<UpdatedAtT>(value);
96 template <
typename UpdatedAtT = Aws::Utils::DateTime>
108 template <
typename PentestIdT = Aws::String>
110 m_pentestIdHasBeenSet =
true;
111 m_pentestId = std::forward<PentestIdT>(value);
113 template <
typename PentestIdT = Aws::String>
125 template <
typename PentestJobIdT = Aws::String>
127 m_pentestJobIdHasBeenSet =
true;
128 m_pentestJobId = std::forward<PentestJobIdT>(value);
130 template <
typename PentestJobIdT = Aws::String>
142 template <
typename AgentSpaceIdT = Aws::String>
144 m_agentSpaceIdHasBeenSet =
true;
145 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
147 template <
typename AgentSpaceIdT = Aws::String>
157 template <
typename RequestIdT = Aws::String>
159 m_requestIdHasBeenSet =
true;
160 m_requestId = std::forward<RequestIdT>(value);
162 template <
typename RequestIdT = Aws::String>
187 bool m_titleHasBeenSet =
false;
188 bool m_statusHasBeenSet =
false;
189 bool m_createdAtHasBeenSet =
false;
190 bool m_updatedAtHasBeenSet =
false;
191 bool m_pentestIdHasBeenSet =
false;
192 bool m_pentestJobIdHasBeenSet =
false;
193 bool m_agentSpaceIdHasBeenSet =
false;
194 bool m_requestIdHasBeenSet =
false;
void SetPentestId(PentestIdT &&value)
JobStatus GetStatus() const
StartPentestJobResult & WithStatus(JobStatus value)
void SetTitle(TitleT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetStatus(JobStatus value)
StartPentestJobResult & WithAgentSpaceId(AgentSpaceIdT &&value)
StartPentestJobResult & WithUpdatedAt(UpdatedAtT &&value)
StartPentestJobResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetPentestId() const
AWS_SECURITYAGENT_API StartPentestJobResult()=default
StartPentestJobResult & WithPentestJobId(PentestJobIdT &&value)
StartPentestJobResult & WithTitle(TitleT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetAgentSpaceId(AgentSpaceIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetRequestId(RequestIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
AWS_SECURITYAGENT_API StartPentestJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SECURITYAGENT_API StartPentestJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetAgentSpaceId() const
void SetPentestJobId(PentestJobIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
StartPentestJobResult & WithPentestId(PentestIdT &&value)
StartPentestJobResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetTitle() const
const Aws::String & GetPentestJobId() const
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue