7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZoneRequest.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/FileFormat.h>
40 template <
typename DomainIdentifierT = Aws::String>
42 m_domainIdentifierHasBeenSet =
true;
43 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
45 template <
typename DomainIdentifierT = Aws::String>
58 template <
typename NotebookIdentifierT = Aws::String>
60 m_notebookIdentifierHasBeenSet =
true;
61 m_notebookIdentifier = std::forward<NotebookIdentifierT>(value);
63 template <
typename NotebookIdentifierT = Aws::String>
76 template <
typename OwningProjectIdentifierT = Aws::String>
78 m_owningProjectIdentifierHasBeenSet =
true;
79 m_owningProjectIdentifier = std::forward<OwningProjectIdentifierT>(value);
81 template <
typename OwningProjectIdentifierT = Aws::String>
96 m_fileFormatHasBeenSet =
true;
112 template <
typename ClientTokenT = Aws::String>
114 m_clientTokenHasBeenSet =
true;
115 m_clientToken = std::forward<ClientTokenT>(value);
117 template <
typename ClientTokenT = Aws::String>
133 bool m_domainIdentifierHasBeenSet =
false;
134 bool m_notebookIdentifierHasBeenSet =
false;
135 bool m_owningProjectIdentifierHasBeenSet =
false;
136 bool m_fileFormatHasBeenSet =
false;
137 bool m_clientTokenHasBeenSet =
true;
StartNotebookExportRequest & WithNotebookIdentifier(NotebookIdentifierT &&value)
bool ClientTokenHasBeenSet() const
bool OwningProjectIdentifierHasBeenSet() const
FileFormat GetFileFormat() const
StartNotebookExportRequest & WithOwningProjectIdentifier(OwningProjectIdentifierT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
void SetClientToken(ClientTokenT &&value)
StartNotebookExportRequest & WithFileFormat(FileFormat value)
bool FileFormatHasBeenSet() const
void SetFileFormat(FileFormat value)
StartNotebookExportRequest & WithDomainIdentifier(DomainIdentifierT &&value)
AWS_DATAZONE_API StartNotebookExportRequest()=default
bool DomainIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetDomainIdentifier() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetOwningProjectIdentifier(OwningProjectIdentifierT &&value)
const Aws::String & GetClientToken() const
const Aws::String & GetOwningProjectIdentifier() const
StartNotebookExportRequest & WithClientToken(ClientTokenT &&value)
bool NotebookIdentifierHasBeenSet() const
void SetNotebookIdentifier(NotebookIdentifierT &&value)
const Aws::String & GetNotebookIdentifier() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String