7#include <aws/security-ir/SecurityIR_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/security-ir/model/EngagementType.h>
11#include <aws/security-ir/model/CaseStatus.h>
12#include <aws/security-ir/model/ResolverType.h>
13#include <aws/security-ir/model/PendingAction.h>
51 template<
typename CaseIdT = Aws::String>
52 void SetCaseId(CaseIdT&& value) { m_caseIdHasBeenSet =
true; m_caseId = std::forward<CaseIdT>(value); }
53 template<
typename CaseIdT = Aws::String>
63 template<
typename LastUpdatedDateT = Aws::Utils::DateTime>
64 void SetLastUpdatedDate(LastUpdatedDateT&& value) { m_lastUpdatedDateHasBeenSet =
true; m_lastUpdatedDate = std::forward<LastUpdatedDateT>(value); }
65 template<
typename LastUpdatedDateT = Aws::Utils::DateTime>
75 template<
typename TitleT = Aws::String>
76 void SetTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
77 template<
typename TitleT = Aws::String>
87 template<
typename CaseArnT = Aws::String>
88 void SetCaseArn(CaseArnT&& value) { m_caseArnHasBeenSet =
true; m_caseArn = std::forward<CaseArnT>(value); }
89 template<
typename CaseArnT = Aws::String>
119 template<
typename CreatedDateT = Aws::Utils::DateTime>
120 void SetCreatedDate(CreatedDateT&& value) { m_createdDateHasBeenSet =
true; m_createdDate = std::forward<CreatedDateT>(value); }
121 template<
typename CreatedDateT = Aws::Utils::DateTime>
131 template<
typename ClosedDateT = Aws::Utils::DateTime>
132 void SetClosedDate(ClosedDateT&& value) { m_closedDateHasBeenSet =
true; m_closedDate = std::forward<ClosedDateT>(value); }
133 template<
typename ClosedDateT = Aws::Utils::DateTime>
159 bool m_caseIdHasBeenSet =
false;
162 bool m_lastUpdatedDateHasBeenSet =
false;
165 bool m_titleHasBeenSet =
false;
168 bool m_caseArnHasBeenSet =
false;
171 bool m_engagementTypeHasBeenSet =
false;
174 bool m_caseStatusHasBeenSet =
false;
177 bool m_createdDateHasBeenSet =
false;
180 bool m_closedDateHasBeenSet =
false;
183 bool m_resolverTypeHasBeenSet =
false;
186 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