7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/securityagent/SecurityAgent_EXPORTS.h>
20namespace SecurityAgent {
42 template <
typename ThreatModelIdT = Aws::String>
44 m_threatModelIdHasBeenSet =
true;
45 m_threatModelId = std::forward<ThreatModelIdT>(value);
47 template <
typename ThreatModelIdT = Aws::String>
60 template <
typename AgentSpaceIdT = Aws::String>
62 m_agentSpaceIdHasBeenSet =
true;
63 m_agentSpaceId = std::forward<AgentSpaceIdT>(value);
65 template <
typename AgentSpaceIdT = 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));
96 template <
typename CreatedAtT = Aws::Utils::DateTime>
98 m_createdAtHasBeenSet =
true;
99 m_createdAt = std::forward<CreatedAtT>(value);
101 template <
typename CreatedAtT = Aws::Utils::DateTime>
114 template <
typename UpdatedAtT = Aws::Utils::DateTime>
116 m_updatedAtHasBeenSet =
true;
117 m_updatedAt = std::forward<UpdatedAtT>(value);
119 template <
typename UpdatedAtT = Aws::Utils::DateTime>
135 bool m_threatModelIdHasBeenSet =
false;
136 bool m_agentSpaceIdHasBeenSet =
false;
137 bool m_titleHasBeenSet =
false;
138 bool m_createdAtHasBeenSet =
false;
139 bool m_updatedAtHasBeenSet =
false;
const Aws::Utils::DateTime & GetUpdatedAt() const
ThreatModelSummary & WithAgentSpaceId(AgentSpaceIdT &&value)
void SetAgentSpaceId(AgentSpaceIdT &&value)
const Aws::String & GetThreatModelId() const
bool CreatedAtHasBeenSet() const
const Aws::String & GetAgentSpaceId() const
ThreatModelSummary & WithTitle(TitleT &&value)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetThreatModelId(ThreatModelIdT &&value)
bool UpdatedAtHasBeenSet() const
void SetTitle(TitleT &&value)
ThreatModelSummary & WithThreatModelId(ThreatModelIdT &&value)
ThreatModelSummary & WithCreatedAt(CreatedAtT &&value)
ThreatModelSummary & WithUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
AWS_SECURITYAGENT_API ThreatModelSummary()=default
bool ThreatModelIdHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
AWS_SECURITYAGENT_API ThreatModelSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTitle() const
AWS_SECURITYAGENT_API ThreatModelSummary(Aws::Utils::Json::JsonView jsonValue)
bool TitleHasBeenSet() const
void SetUpdatedAt(UpdatedAtT &&value)
bool AgentSpaceIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue