7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
10#include <aws/lexv2-models/model/ExportResourceSpecification.h>
11#include <aws/lexv2-models/model/ExportStatus.h>
12#include <aws/lexv2-models/model/ImportExportFileFormat.h>
23namespace LexModelsV2 {
45 template <
typename ExportIdT = Aws::String>
47 m_exportIdHasBeenSet =
true;
48 m_exportId = std::forward<ExportIdT>(value);
50 template <
typename ExportIdT = Aws::String>
63 template <
typename ResourceSpecificationT = ExportResourceSpecification>
65 m_resourceSpecificationHasBeenSet =
true;
66 m_resourceSpecification = std::forward<ResourceSpecificationT>(value);
68 template <
typename ResourceSpecificationT = ExportResourceSpecification>
82 m_fileFormatHasBeenSet =
true;
99 m_exportStatusHasBeenSet =
true;
100 m_exportStatus = value;
114 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
116 m_creationDateTimeHasBeenSet =
true;
117 m_creationDateTime = std::forward<CreationDateTimeT>(value);
119 template <
typename CreationDateTimeT = Aws::Utils::DateTime>
132 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
134 m_lastUpdatedDateTimeHasBeenSet =
true;
135 m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value);
137 template <
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
155 bool m_exportIdHasBeenSet =
false;
156 bool m_resourceSpecificationHasBeenSet =
false;
157 bool m_fileFormatHasBeenSet =
false;
158 bool m_exportStatusHasBeenSet =
false;
159 bool m_creationDateTimeHasBeenSet =
false;
160 bool m_lastUpdatedDateTimeHasBeenSet =
false;
bool CreationDateTimeHasBeenSet() const
bool ExportIdHasBeenSet() const
bool FileFormatHasBeenSet() const
AWS_LEXMODELSV2_API ExportSummary(Aws::Utils::Json::JsonView jsonValue)
ExportSummary & WithFileFormat(ImportExportFileFormat value)
ExportSummary & WithCreationDateTime(CreationDateTimeT &&value)
const Aws::String & GetExportId() const
void SetExportStatus(ExportStatus value)
void SetExportId(ExportIdT &&value)
void SetResourceSpecification(ResourceSpecificationT &&value)
ExportSummary & WithLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
ExportSummary & WithExportId(ExportIdT &&value)
bool LastUpdatedDateTimeHasBeenSet() const
bool ExportStatusHasBeenSet() const
const ExportResourceSpecification & GetResourceSpecification() const
const Aws::Utils::DateTime & GetLastUpdatedDateTime() const
ExportSummary & WithExportStatus(ExportStatus value)
AWS_LEXMODELSV2_API ExportSummary()=default
void SetFileFormat(ImportExportFileFormat value)
void SetCreationDateTime(CreationDateTimeT &&value)
bool ResourceSpecificationHasBeenSet() const
const Aws::Utils::DateTime & GetCreationDateTime() const
ExportSummary & WithResourceSpecification(ResourceSpecificationT &&value)
void SetLastUpdatedDateTime(LastUpdatedDateTimeT &&value)
AWS_LEXMODELSV2_API Aws::Utils::Json::JsonValue Jsonize() const
ImportExportFileFormat GetFileFormat() const
ExportStatus GetExportStatus() const
AWS_LEXMODELSV2_API ExportSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue