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/DateTime.h>
51 template<
typename ExportIdT = Aws::String>
52 void SetExportId(ExportIdT&& value) { m_exportIdHasBeenSet =
true; m_exportId = std::forward<ExportIdT>(value); }
53 template<
typename ExportIdT = Aws::String>
63 template<
typename ResourceSpecificationT = ExportResourceSpecification>
64 void SetResourceSpecification(ResourceSpecificationT&& value) { m_resourceSpecificationHasBeenSet =
true; m_resourceSpecification = std::forward<ResourceSpecificationT>(value); }
65 template<
typename ResourceSpecificationT = ExportResourceSpecification>
96 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
97 void SetCreationDateTime(CreationDateTimeT&& value) { m_creationDateTimeHasBeenSet =
true; m_creationDateTime = std::forward<CreationDateTimeT>(value); }
98 template<
typename CreationDateTimeT = Aws::Utils::DateTime>
108 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
109 void SetLastUpdatedDateTime(LastUpdatedDateTimeT&& value) { m_lastUpdatedDateTimeHasBeenSet =
true; m_lastUpdatedDateTime = std::forward<LastUpdatedDateTimeT>(value); }
110 template<
typename LastUpdatedDateTimeT = Aws::Utils::DateTime>
116 bool m_exportIdHasBeenSet =
false;
119 bool m_resourceSpecificationHasBeenSet =
false;
122 bool m_fileFormatHasBeenSet =
false;
125 bool m_exportStatusHasBeenSet =
false;
128 bool m_creationDateTimeHasBeenSet =
false;
131 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