7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/security-ir/SecurityIR_EXPORTS.h>
10#include <aws/security-ir/model/CaseStatus.h>
11#include <aws/security-ir/model/EngagementType.h>
12#include <aws/security-ir/model/PendingAction.h>
13#include <aws/security-ir/model/ResolverType.h>
45 template <
typename CaseIdT = Aws::String>
47 m_caseIdHasBeenSet =
true;
48 m_caseId = std::forward<CaseIdT>(value);
50 template <
typename CaseIdT = Aws::String>
63 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
65 m_lastUpdatedDateHasBeenSet =
true;
66 m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value);
68 template <
typename LastUpdatedDateT = Aws::Utils::DateTime>
81 template <
typename TitleT = Aws::String>
83 m_titleHasBeenSet =
true;
84 m_title = std::forward<TitleT>(value);
86 template <
typename TitleT = Aws::String>
88 SetTitle(std::forward<TitleT>(value));
99 template <
typename CaseArnT = Aws::String>
101 m_caseArnHasBeenSet =
true;
102 m_caseArn = std::forward<CaseArnT>(value);
104 template <
typename CaseArnT = Aws::String>
118 m_engagementTypeHasBeenSet =
true;
119 m_engagementType = value;
134 m_caseStatusHasBeenSet =
true;
135 m_caseStatus = value;
149 template <
typename CreatedDateT = Aws::Utils::DateTime>
151 m_createdDateHasBeenSet =
true;
152 m_createdDate = std::forward<CreatedDateT>(value);
154 template <
typename CreatedDateT = Aws::Utils::DateTime>
167 template <
typename ClosedDateT = Aws::Utils::DateTime>
169 m_closedDateHasBeenSet =
true;
170 m_closedDate = std::forward<ClosedDateT>(value);
172 template <
typename ClosedDateT = Aws::Utils::DateTime>
186 m_resolverTypeHasBeenSet =
true;
187 m_resolverType = value;
202 m_pendingActionHasBeenSet =
true;
203 m_pendingAction = value;
230 bool m_caseIdHasBeenSet =
false;
231 bool m_lastUpdatedDateHasBeenSet =
false;
232 bool m_titleHasBeenSet =
false;
233 bool m_caseArnHasBeenSet =
false;
234 bool m_engagementTypeHasBeenSet =
false;
235 bool m_caseStatusHasBeenSet =
false;
236 bool m_createdDateHasBeenSet =
false;
237 bool m_closedDateHasBeenSet =
false;
238 bool m_resolverTypeHasBeenSet =
false;
239 bool m_pendingActionHasBeenSet =
false;
void SetTitle(TitleT &&value)
ListCasesItem & WithEngagementType(EngagementType value)
bool CaseArnHasBeenSet() const
AWS_SECURITYIR_API ListCasesItem & operator=(Aws::Utils::Json::JsonView jsonValue)
ListCasesItem & WithResolverType(ResolverType value)
const Aws::Utils::DateTime & GetCreatedDate() const
const Aws::Utils::DateTime & GetLastUpdatedDate() const
void SetCaseArn(CaseArnT &&value)
ListCasesItem & WithCaseArn(CaseArnT &&value)
bool TitleHasBeenSet() const
bool LastUpdatedDateHasBeenSet() const
ListCasesItem & WithCaseId(CaseIdT &&value)
bool ResolverTypeHasBeenSet() const
ListCasesItem & WithPendingAction(PendingAction value)
void SetCaseStatus(CaseStatus value)
AWS_SECURITYIR_API Aws::Utils::Json::JsonValue Jsonize() const
ListCasesItem & WithClosedDate(ClosedDateT &&value)
void SetResolverType(ResolverType value)
void SetLastUpdatedDate(LastUpdatedDateT &&value)
void SetEngagementType(EngagementType value)
ListCasesItem & WithCaseStatus(CaseStatus value)
bool CaseStatusHasBeenSet() const
bool CaseIdHasBeenSet() const
bool PendingActionHasBeenSet() const
const Aws::String & GetCaseId() const
AWS_SECURITYIR_API ListCasesItem(Aws::Utils::Json::JsonView jsonValue)
ResolverType GetResolverType() const
void SetCaseId(CaseIdT &&value)
bool EngagementTypeHasBeenSet() const
const Aws::String & GetCaseArn() const
void SetPendingAction(PendingAction value)
PendingAction GetPendingAction() const
ListCasesItem & WithCreatedDate(CreatedDateT &&value)
AWS_SECURITYIR_API ListCasesItem()=default
bool CreatedDateHasBeenSet() const
ListCasesItem & WithTitle(TitleT &&value)
EngagementType GetEngagementType() const
const Aws::String & GetTitle() const
bool ClosedDateHasBeenSet() const
void SetCreatedDate(CreatedDateT &&value)
CaseStatus GetCaseStatus() const
const Aws::Utils::DateTime & GetClosedDate() const
void SetClosedDate(ClosedDateT &&value)
ListCasesItem & WithLastUpdatedDate(LastUpdatedDateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue