7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
11#include <aws/lexv2-models/model/ExportResourceSpecification.h>
12#include <aws/lexv2-models/model/ExportStatus.h>
13#include <aws/lexv2-models/model/ImportExportFileFormat.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
26namespace LexModelsV2 {
39 template <
typename ExportIdT = Aws::String>
41 m_exportIdHasBeenSet =
true;
42 m_exportId = std::forward<ExportIdT>(value);
44 template <
typename ExportIdT = Aws::String>
57 template <
typename ResourceSpecificationT = ExportResourceSpecification>
59 m_resourceSpecificationHasBeenSet =
true;
60 m_resourceSpecification = std::forward<ResourceSpecificationT>(value);
62 template <
typename ResourceSpecificationT = ExportResourceSpecification>
75 m_fileFormatHasBeenSet =
true;
91 m_exportStatusHasBeenSet =
true;
92 m_exportStatus = value;
106 template <
typename FailureReasonsT = Aws::Vector<Aws::String>>
108 m_failureReasonsHasBeenSet =
true;
109 m_failureReasons = std::forward<FailureReasonsT>(value);
111 template <
typename FailureReasonsT = Aws::Vector<Aws::String>>
116 template <
typename FailureReasonsT = Aws::String>
118 m_failureReasonsHasBeenSet =
true;
119 m_failureReasons.emplace_back(std::forward<FailureReasonsT>(value));
131 template <
typename DownloadUrlT = Aws::String>
133 m_downloadUrlHasBeenSet =
true;
134 m_downloadUrl = std::forward<DownloadUrlT>(value);
136 template <
typename DownloadUrlT = Aws::String>
148 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
150 m_creationDateTimeHasBeenSet =
true;
151 m_creationDateTime = std::forward<CreationDateTimeT>(value);
153 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
165 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
167 m_lastUpdatedDateTimeHasBeenSet =
true;
168 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
170 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
180 template <
typename RequestIdT = Aws::String>
182 m_requestIdHasBeenSet =
true;
183 m_requestId = std::forward<RequestIdT>(value);
185 template <
typename RequestIdT = Aws::String>
209 bool m_exportIdHasBeenSet =
false;
210 bool m_resourceSpecificationHasBeenSet =
false;
211 bool m_fileFormatHasBeenSet =
false;
212 bool m_exportStatusHasBeenSet =
false;
213 bool m_failureReasonsHasBeenSet =
false;
214 bool m_downloadUrlHasBeenSet =
false;
215 bool m_creationDateTimeHasBeenSet =
false;
216 bool m_lastUpdatedDateTimeHasBeenSet =
false;
217 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_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