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/LogLocation.h>
11#include <aws/securityagent/model/TaskExecutionStatus.h>
22namespace SecurityAgent {
44 template <
typename TaskIdT = Aws::String>
46 m_taskIdHasBeenSet =
true;
47 m_taskId = std::forward<TaskIdT>(value);
49 template <
typename TaskIdT = Aws::String>
62 template <
typename ThreatModelIdT = Aws::String>
64 m_threatModelIdHasBeenSet =
true;
65 m_threatModelId = std::forward<ThreatModelIdT>(value);
67 template <
typename ThreatModelIdT = Aws::String>
80 template <
typename ThreatModelJobIdT = Aws::String>
82 m_threatModelJobIdHasBeenSet =
true;
83 m_threatModelJobId = std::forward<ThreatModelJobIdT>(value);
85 template <
typename ThreatModelJobIdT = Aws::String>
98 template <
typename AgentSpaceIdT = Aws::String>
100 m_agentSpaceIdHasBeenSet =
true;
101 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
103 template <
typename AgentSpaceIdT = Aws::String>
116 template <
typename TitleT = Aws::String>
118 m_titleHasBeenSet =
true;
119 m_title = std::forward<TitleT>(value);
121 template <
typename TitleT = Aws::String>
123 SetTitle(std::forward<TitleT>(value));
134 template <
typename DescriptionT = Aws::String>
136 m_descriptionHasBeenSet =
true;
137 m_description = std::forward<DescriptionT>(value);
139 template <
typename DescriptionT = Aws::String>
153 m_executionStatusHasBeenSet =
true;
154 m_executionStatus = value;
168 template <
typename LogsLocationT = LogLocation>
170 m_logsLocationHasBeenSet =
true;
171 m_logsLocation = std::forward<LogsLocationT>(value);
173 template <
typename LogsLocationT = LogLocation>
186 template <
typename CreatedAtT = Aws::Utils::DateTime>
188 m_createdAtHasBeenSet =
true;
189 m_createdAt = std::forward<CreatedAtT>(value);
191 template <
typename CreatedAtT = Aws::Utils::DateTime>
204 template <
typename UpdatedAtT = Aws::Utils::DateTime>
206 m_updatedAtHasBeenSet =
true;
207 m_updatedAt = std::forward<UpdatedAtT>(value);
209 template <
typename UpdatedAtT = Aws::Utils::DateTime>
230 LogLocation m_logsLocation;
235 bool m_taskIdHasBeenSet =
false;
236 bool m_threatModelIdHasBeenSet =
false;
237 bool m_threatModelJobIdHasBeenSet =
false;
238 bool m_agentSpaceIdHasBeenSet =
false;
239 bool m_titleHasBeenSet =
false;
240 bool m_descriptionHasBeenSet =
false;
241 bool m_executionStatusHasBeenSet =
false;
242 bool m_logsLocationHasBeenSet =
false;
243 bool m_createdAtHasBeenSet =
false;
244 bool m_updatedAtHasBeenSet =
false;
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetTitle(TitleT &&value)
ThreatModelJobTask & WithTitle(TitleT &&value)
void SetDescription(DescriptionT &&value)
ThreatModelJobTask & WithLogsLocation(LogsLocationT &&value)
void SetLogsLocation(LogsLocationT &&value)
bool TaskIdHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
bool AgentSpaceIdHasBeenSet() const
bool UpdatedAtHasBeenSet() const
bool LogsLocationHasBeenSet() const
void SetAgentSpaceId(AgentSpaceIdT &&value)
const Aws::String & GetAgentSpaceId() const
ThreatModelJobTask & WithCreatedAt(CreatedAtT &&value)
void SetTaskId(TaskIdT &&value)
ThreatModelJobTask & WithExecutionStatus(TaskExecutionStatus value)
const Aws::String & GetThreatModelJobId() const
ThreatModelJobTask & WithThreatModelJobId(ThreatModelJobIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetThreatModelId(ThreatModelIdT &&value)
bool ExecutionStatusHasBeenSet() const
ThreatModelJobTask & WithAgentSpaceId(AgentSpaceIdT &&value)
ThreatModelJobTask & WithTaskId(TaskIdT &&value)
void SetExecutionStatus(TaskExecutionStatus value)
void SetThreatModelJobId(ThreatModelJobIdT &&value)
const Aws::String & GetTaskId() const
bool TitleHasBeenSet() const
const Aws::String & GetTitle() const
bool CreatedAtHasBeenSet() const
ThreatModelJobTask & WithDescription(DescriptionT &&value)
TaskExecutionStatus GetExecutionStatus() const
AWS_SECURITYAGENT_API ThreatModelJobTask()=default
const LogLocation & GetLogsLocation() const
ThreatModelJobTask & WithUpdatedAt(UpdatedAtT &&value)
bool DescriptionHasBeenSet() const
bool ThreatModelJobIdHasBeenSet() const
const Aws::String & GetThreatModelId() const
AWS_SECURITYAGENT_API ThreatModelJobTask(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYAGENT_API ThreatModelJobTask & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetUpdatedAt() const
const Aws::String & GetDescription() const
ThreatModelJobTask & WithThreatModelId(ThreatModelIdT &&value)
bool ThreatModelIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue