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 ThreatModelJobIdT = Aws::String>
45 m_threatModelJobIdHasBeenSet =
true;
46 m_threatModelJobId = std::forward<ThreatModelJobIdT>(value);
48 template <
typename ThreatModelJobIdT = 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 AgentSpaceIdT = Aws::String>
81 m_agentSpaceIdHasBeenSet =
true;
82 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
84 template <
typename AgentSpaceIdT = Aws::String>
97 template <
typename TitleT = Aws::String>
99 m_titleHasBeenSet =
true;
100 m_title = std::forward<TitleT>(value);
102 template <
typename TitleT = Aws::String>
104 SetTitle(std::forward<TitleT>(value));
116 m_statusHasBeenSet =
true;
131 template <
typename CreatedAtT = Aws::Utils::DateTime>
133 m_createdAtHasBeenSet =
true;
134 m_createdAt = std::forward<CreatedAtT>(value);
136 template <
typename CreatedAtT = Aws::Utils::DateTime>
149 template <
typename UpdatedAtT = Aws::Utils::DateTime>
151 m_updatedAtHasBeenSet =
true;
152 m_updatedAt = std::forward<UpdatedAtT>(value);
154 template <
typename UpdatedAtT = Aws::Utils::DateTime>
174 bool m_threatModelJobIdHasBeenSet =
false;
175 bool m_threatModelIdHasBeenSet =
false;
176 bool m_agentSpaceIdHasBeenSet =
false;
177 bool m_titleHasBeenSet =
false;
178 bool m_statusHasBeenSet =
false;
179 bool m_createdAtHasBeenSet =
false;
180 bool m_updatedAtHasBeenSet =
false;
void SetThreatModelId(ThreatModelIdT &&value)
const Aws::String & GetThreatModelId() const
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ThreatModelJobIdHasBeenSet() const
bool TitleHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
ThreatModelJobSummary & WithTitle(TitleT &&value)
JobStatus GetStatus() const
const Aws::String & GetThreatModelJobId() const
void SetTitle(TitleT &&value)
ThreatModelJobSummary & WithThreatModelId(ThreatModelIdT &&value)
ThreatModelJobSummary & WithThreatModelJobId(ThreatModelJobIdT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
ThreatModelJobSummary & WithStatus(JobStatus value)
bool ThreatModelIdHasBeenSet() const
ThreatModelJobSummary & WithUpdatedAt(UpdatedAtT &&value)
bool AgentSpaceIdHasBeenSet() const
ThreatModelJobSummary & WithAgentSpaceId(AgentSpaceIdT &&value)
void SetAgentSpaceId(AgentSpaceIdT &&value)
AWS_SECURITYAGENT_API ThreatModelJobSummary(Aws::Utils::Json::JsonView jsonValue)
void SetThreatModelJobId(ThreatModelJobIdT &&value)
const Aws::String & GetTitle() const
bool UpdatedAtHasBeenSet() const
ThreatModelJobSummary & WithCreatedAt(CreatedAtT &&value)
void SetCreatedAt(CreatedAtT &&value)
bool CreatedAtHasBeenSet() const
void SetStatus(JobStatus value)
AWS_SECURITYAGENT_API ThreatModelJobSummary()=default
const Aws::String & GetAgentSpaceId() const
AWS_SECURITYAGENT_API ThreatModelJobSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue