7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/security-ir/SecurityIR_EXPORTS.h>
11#include <aws/security-ir/model/CaseStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
39 m_caseStatusHasBeenSet =
true;
55 template <
typename ClosedDateT = Aws::Utils::DateTime>
57 m_closedDateHasBeenSet =
true;
58 m_closedDate = std::forward<ClosedDateT>(value);
60 template <
typename ClosedDateT = Aws::Utils::DateTime>
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
90 bool m_caseStatusHasBeenSet =
false;
91 bool m_closedDateHasBeenSet =
false;
92 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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