AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DeleteExportResult.h
1
6#pragma once
7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/ExportStatus.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace LexModelsV2
25{
26namespace Model
27{
29 {
30 public:
31 AWS_LEXMODELSV2_API DeleteExportResult() = default;
34
35
37
40 inline const Aws::String& GetExportId() const { return m_exportId; }
41 template<typename ExportIdT = Aws::String>
42 void SetExportId(ExportIdT&& value) { m_exportIdHasBeenSet = true; m_exportId = std::forward<ExportIdT>(value); }
43 template<typename ExportIdT = Aws::String>
44 DeleteExportResult& WithExportId(ExportIdT&& value) { SetExportId(std::forward<ExportIdT>(value)); return *this;}
46
48
56 inline ExportStatus GetExportStatus() const { return m_exportStatus; }
57 inline void SetExportStatus(ExportStatus value) { m_exportStatusHasBeenSet = true; m_exportStatus = value; }
58 inline DeleteExportResult& WithExportStatus(ExportStatus value) { SetExportStatus(value); return *this;}
60
62
63 inline const Aws::String& GetRequestId() const { return m_requestId; }
64 template<typename RequestIdT = Aws::String>
65 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
66 template<typename RequestIdT = Aws::String>
67 DeleteExportResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
69 private:
70
71 Aws::String m_exportId;
72 bool m_exportIdHasBeenSet = false;
73
74 ExportStatus m_exportStatus{ExportStatus::NOT_SET};
75 bool m_exportStatusHasBeenSet = false;
76
77 Aws::String m_requestId;
78 bool m_requestIdHasBeenSet = false;
79 };
80
81} // namespace Model
82} // namespace LexModelsV2
83} // namespace Aws
AWS_LEXMODELSV2_API DeleteExportResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeleteExportResult & WithExportId(ExportIdT &&value)
DeleteExportResult & WithRequestId(RequestIdT &&value)
DeleteExportResult & WithExportStatus(ExportStatus value)
AWS_LEXMODELSV2_API DeleteExportResult()=default
AWS_LEXMODELSV2_API DeleteExportResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue