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>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
38 m_caseStatusHasBeenSet =
true;
54 template <
typename ClosedDateT = Aws::Utils::DateTime>
56 m_closedDateHasBeenSet =
true;
57 m_closedDate = std::forward<ClosedDateT>(value);
59 template <
typename ClosedDateT = Aws::Utils::DateTime>
69 template <
typename RequestIdT = Aws::String>
71 m_requestIdHasBeenSet =
true;
72 m_requestId = std::forward<RequestIdT>(value);
74 template <
typename RequestIdT = Aws::String>
86 bool m_caseStatusHasBeenSet =
false;
87 bool m_closedDateHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
AWS_SECURITYIR_API CloseCaseResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetClosedDate() const
CloseCaseResult & WithRequestId(RequestIdT &&value)
CloseCaseResult & WithCaseStatus(CaseStatus value)
CloseCaseResult & WithClosedDate(ClosedDateT &&value)
CaseStatus GetCaseStatus() const
void SetCaseStatus(CaseStatus value)
const Aws::String & GetRequestId() const
void SetClosedDate(ClosedDateT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SECURITYIR_API CloseCaseResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_SECURITYIR_API CloseCaseResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue