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/TaskExecutionStatus.h>
21namespace SecurityAgent {
43 template <
typename TaskIdT = Aws::String>
45 m_taskIdHasBeenSet =
true;
46 m_taskId = std::forward<TaskIdT>(value);
48 template <
typename TaskIdT = Aws::String>
61 template <
typename ThreatModelIdT = Aws::String>
63 m_threatModelIdHasBeenSet =
true;
64 m_threatModelId = std::forward<ThreatModelIdT>(value);
66 template <
typename ThreatModelIdT = Aws::String>
79 template <
typename ThreatModelJobIdT = Aws::String>
81 m_threatModelJobIdHasBeenSet =
true;
82 m_threatModelJobId = std::forward<ThreatModelJobIdT>(value);
84 template <
typename ThreatModelJobIdT = Aws::String>
97 template <
typename AgentSpaceIdT = Aws::String>
99 m_agentSpaceIdHasBeenSet =
true;
100 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
102 template <
typename AgentSpaceIdT = Aws::String>
115 template <
typename TitleT = Aws::String>
117 m_titleHasBeenSet =
true;
118 m_title = std::forward<TitleT>(value);
120 template <
typename TitleT = Aws::String>
122 SetTitle(std::forward<TitleT>(value));
134 m_executionStatusHasBeenSet =
true;
135 m_executionStatus = value;
149 template <
typename CreatedAtT = Aws::Utils::DateTime>
151 m_createdAtHasBeenSet =
true;
152 m_createdAt = std::forward<CreatedAtT>(value);
154 template <
typename CreatedAtT = Aws::Utils::DateTime>
167 template <
typename UpdatedAtT = Aws::Utils::DateTime>
169 m_updatedAtHasBeenSet =
true;
170 m_updatedAt = std::forward<UpdatedAtT>(value);
172 template <
typename UpdatedAtT = Aws::Utils::DateTime>
194 bool m_taskIdHasBeenSet =
false;
195 bool m_threatModelIdHasBeenSet =
false;
196 bool m_threatModelJobIdHasBeenSet =
false;
197 bool m_agentSpaceIdHasBeenSet =
false;
198 bool m_titleHasBeenSet =
false;
199 bool m_executionStatusHasBeenSet =
false;
200 bool m_createdAtHasBeenSet =
false;
201 bool m_updatedAtHasBeenSet =
false;
const Aws::String & GetTaskId() const
void SetThreatModelJobId(ThreatModelJobIdT &&value)
const Aws::String & GetAgentSpaceId() const
ThreatModelJobTaskSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetThreatModelJobId() const
const Aws::String & GetTitle() const
ThreatModelJobTaskSummary & WithTaskId(TaskIdT &&value)
void SetTitle(TitleT &&value)
bool ExecutionStatusHasBeenSet() const
const Aws::String & GetThreatModelId() const
ThreatModelJobTaskSummary & WithThreatModelJobId(ThreatModelJobIdT &&value)
bool UpdatedAtHasBeenSet() const
ThreatModelJobTaskSummary & WithTitle(TitleT &&value)
bool ThreatModelIdHasBeenSet() const
void SetThreatModelId(ThreatModelIdT &&value)
AWS_SECURITYAGENT_API ThreatModelJobTaskSummary()=default
bool TaskIdHasBeenSet() const
ThreatModelJobTaskSummary & WithUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ThreatModelJobIdHasBeenSet() const
ThreatModelJobTaskSummary & WithThreatModelId(ThreatModelIdT &&value)
AWS_SECURITYAGENT_API ThreatModelJobTaskSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TitleHasBeenSet() const
AWS_SECURITYAGENT_API ThreatModelJobTaskSummary(Aws::Utils::Json::JsonView jsonValue)
void SetTaskId(TaskIdT &&value)
bool AgentSpaceIdHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
TaskExecutionStatus GetExecutionStatus() const
void SetExecutionStatus(TaskExecutionStatus value)
void SetAgentSpaceId(AgentSpaceIdT &&value)
ThreatModelJobTaskSummary & WithAgentSpaceId(AgentSpaceIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
ThreatModelJobTaskSummary & WithExecutionStatus(TaskExecutionStatus value)
bool CreatedAtHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue