7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
9#include <aws/lexv2-models/model/ExportStatus.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace LexModelsV2 {
35 template <
typename ExportIdT = Aws::String>
37 m_exportIdHasBeenSet =
true;
38 m_exportId = std::forward<ExportIdT>(value);
40 template <
typename ExportIdT = Aws::String>
58 m_exportStatusHasBeenSet =
true;
59 m_exportStatus = value;
70 template <
typename RequestIdT = Aws::String>
72 m_requestIdHasBeenSet =
true;
73 m_requestId = std::forward<RequestIdT>(value);
75 template <
typename RequestIdT = Aws::String>
87 bool m_exportIdHasBeenSet =
false;
88 bool m_exportStatusHasBeenSet =
false;
89 bool m_requestIdHasBeenSet =
false;
AWS_LEXMODELSV2_API DeleteExportResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetExportStatus(ExportStatus value)
const Aws::String & GetExportId() const
void SetRequestId(RequestIdT &&value)
void SetExportId(ExportIdT &&value)
const Aws::String & GetRequestId() const
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)
ExportStatus GetExportStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue