7#include <aws/security-ir/SecurityIR_EXPORTS.h>
8#include <aws/security-ir/model/CaseStatus.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
53 template<
typename ClosedDateT = Aws::Utils::DateTime>
54 void SetClosedDate(ClosedDateT&& value) { m_closedDateHasBeenSet =
true; m_closedDate = std::forward<ClosedDateT>(value); }
55 template<
typename ClosedDateT = Aws::Utils::DateTime>
62 template<
typename RequestIdT = Aws::String>
63 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
64 template<
typename RequestIdT = Aws::String>
70 bool m_caseStatusHasBeenSet =
false;
73 bool m_closedDateHasBeenSet =
false;
76 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