7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/lexv2-models/model/ExportResourceSpecification.h>
10#include <aws/lexv2-models/model/ImportExportFileFormat.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ResourceSpecificationT = ExportResourceSpecification>
45 void SetResourceSpecification(ResourceSpecificationT&& value) { m_resourceSpecificationHasBeenSet =
true; m_resourceSpecification = std::forward<ResourceSpecificationT>(value); }
46 template<
typename ResourceSpecificationT = ExportResourceSpecification>
68 template<
typename FilePasswordT = Aws::String>
69 void SetFilePassword(FilePasswordT&& value) { m_filePasswordHasBeenSet =
true; m_filePassword = std::forward<FilePasswordT>(value); }
70 template<
typename FilePasswordT = Aws::String>
76 bool m_resourceSpecificationHasBeenSet =
false;
79 bool m_fileFormatHasBeenSet =
false;
82 bool m_filePasswordHasBeenSet =
false;
bool FilePasswordHasBeenSet() const
void SetResourceSpecification(ResourceSpecificationT &&value)
CreateExportRequest & WithResourceSpecification(ResourceSpecificationT &&value)
const ExportResourceSpecification & GetResourceSpecification() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
ImportExportFileFormat GetFileFormat() const
bool ResourceSpecificationHasBeenSet() const
void SetFileFormat(ImportExportFileFormat value)
CreateExportRequest & WithFileFormat(ImportExportFileFormat value)
virtual const char * GetServiceRequestName() const override
void SetFilePassword(FilePasswordT &&value)
AWS_LEXMODELSV2_API CreateExportRequest()=default
CreateExportRequest & WithFilePassword(FilePasswordT &&value)
bool FileFormatHasBeenSet() const
const Aws::String & GetFilePassword() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String