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/core/utils/memory/stl/AWSVector.h>
11#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
12#include <aws/lexv2-models/model/ExportResourceSpecification.h>
13#include <aws/lexv2-models/model/ExportStatus.h>
14#include <aws/lexv2-models/model/ImportExportFileFormat.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
27namespace LexModelsV2 {
40 template <
typename ExportIdT = Aws::String>
42 m_exportIdHasBeenSet =
true;
43 m_exportId = std::forward<ExportIdT>(value);
45 template <
typename ExportIdT = Aws::String>
58 template <
typename ResourceSpecificationT = ExportResourceSpecification>
60 m_resourceSpecificationHasBeenSet =
true;
61 m_resourceSpecification = std::forward<ResourceSpecificationT>(value);
63 template <
typename ResourceSpecificationT = ExportResourceSpecification>
76 m_fileFormatHasBeenSet =
true;
92 m_exportStatusHasBeenSet =
true;
93 m_exportStatus = value;
107 template <
typename FailureReasonsT = Aws::Vector<Aws::String>>
109 m_failureReasonsHasBeenSet =
true;
110 m_failureReasons = std::forward<FailureReasonsT>(value);
112 template <
typename FailureReasonsT = Aws::Vector<Aws::String>>
117 template <
typename FailureReasonsT = Aws::String>
119 m_failureReasonsHasBeenSet =
true;
120 m_failureReasons.emplace_back(std::forward<FailureReasonsT>(value));
132 template <
typename DownloadUrlT = Aws::String>
134 m_downloadUrlHasBeenSet =
true;
135 m_downloadUrl = std::forward<DownloadUrlT>(value);
137 template <
typename DownloadUrlT = Aws::String>
149 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
151 m_creationDateTimeHasBeenSet =
true;
152 m_creationDateTime = std::forward<CreationDateTimeT>(value);
154 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
166 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
168 m_lastUpdatedDateTimeHasBeenSet =
true;
169 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
171 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
181 template <
typename RequestIdT = Aws::String>
183 m_requestIdHasBeenSet =
true;
184 m_requestId = std::forward<RequestIdT>(value);
186 template <
typename RequestIdT = Aws::String>
213 bool m_exportIdHasBeenSet =
false;
214 bool m_resourceSpecificationHasBeenSet =
false;
215 bool m_fileFormatHasBeenSet =
false;
216 bool m_exportStatusHasBeenSet =
false;
217 bool m_failureReasonsHasBeenSet =
false;
218 bool m_downloadUrlHasBeenSet =
false;
219 bool m_creationDateTimeHasBeenSet =
false;
220 bool m_lastUpdatedDateTimeHasBeenSet =
false;
221 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
AWS_LEXMODELSV2_API DescribeExportResult()=default
const Aws::Vector< Aws::String > & GetFailureReasons() const
void SetCreationDateTime(CreationDateTimeT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_LEXMODELSV2_API DescribeExportResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetExportId(ExportIdT &&value)
DescribeExportResult & WithDownloadUrl(DownloadUrlT &&value)
const Aws::String & GetExportId() const
void SetFailureReasons(FailureReasonsT &&value)
void SetDownloadUrl(DownloadUrlT &&value)
void SetExportStatus(ExportStatus value)
AWS_LEXMODELSV2_API DescribeExportResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ExportResourceSpecification & GetResourceSpecification() const
DescribeExportResult & AddFailureReasons(FailureReasonsT &&value)
DescribeExportResult & WithRequestId(RequestIdT &&value)
void SetResourceSpecification(ResourceSpecificationT &&value)
DescribeExportResult & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
ImportExportFileFormat GetFileFormat() const
DescribeExportResult & WithCreationDateTime(CreationDateTimeT &&value)
DescribeExportResult & WithResourceSpecification(ResourceSpecificationT &&value)
void SetFileFormat(ImportExportFileFormat value)
DescribeExportResult & WithExportStatus(ExportStatus value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
DescribeExportResult & WithExportId(ExportIdT &&value)
DescribeExportResult & WithFailureReasons(FailureReasonsT &&value)
DescribeExportResult & WithFileFormat(ImportExportFileFormat value)
const Aws::Utils::DateTime & GetCreationDateTime() const
ExportStatus GetExportStatus() const
const Aws::String & GetDownloadUrl() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue