7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/model/ExportResourceSpecification.h>
10#include <aws/lexv2-models/model/ImportExportFileFormat.h>
11#include <aws/lexv2-models/model/ExportStatus.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/core/utils/DateTime.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename ExportIdT = Aws::String>
46 void SetExportId(ExportIdT&& value) { m_exportIdHasBeenSet =
true; m_exportId = std::forward<ExportIdT>(value); }
47 template<
typename ExportIdT = Aws::String>
57 template<
typename ResourceSpecificationT = ExportResourceSpecification>
58 void SetResourceSpecification(ResourceSpecificationT&& value) { m_resourceSpecificationHasBeenSet =
true; m_resourceSpecification = std::forward<ResourceSpecificationT>(value); }
59 template<
typename ResourceSpecificationT = ExportResourceSpecification>
88 template<
typename FailureReasonsT = Aws::Vector<Aws::String>>
89 void SetFailureReasons(FailureReasonsT&& value) { m_failureReasonsHasBeenSet =
true; m_failureReasons = std::forward<FailureReasonsT>(value); }
90 template<
typename FailureReasonsT = Aws::Vector<Aws::String>>
92 template<
typename FailureReasonsT = Aws::String>
103 template<
typename DownloadUrlT = Aws::String>
104 void SetDownloadUrl(DownloadUrlT&& value) { m_downloadUrlHasBeenSet =
true; m_downloadUrl = std::forward<DownloadUrlT>(value); }
105 template<
typename DownloadUrlT = Aws::String>
114 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
115 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
116 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
125 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
126 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
127 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
134 template<
typename RequestIdT = Aws::String>
135 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
136 template<
typename RequestIdT = Aws::String>
142 bool m_exportIdHasBeenSet =
false;
145 bool m_resourceSpecificationHasBeenSet =
false;
148 bool m_fileFormatHasBeenSet =
false;
151 bool m_exportStatusHasBeenSet =
false;
154 bool m_failureReasonsHasBeenSet =
false;
157 bool m_downloadUrlHasBeenSet =
false;
160 bool m_creationDateTimeHasBeenSet =
false;
163 bool m_lastUpdatedDateTimeHasBeenSet =
false;
166 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