7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/FileFormat.h>
12#include <aws/datazone/model/NotebookExportStatus.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename IdT = Aws::String>
40 m_idHasBeenSet =
true;
41 m_id = std::forward<IdT>(value);
43 template <
typename IdT = Aws::String>
45 SetId(std::forward<IdT>(value));
55 template <
typename DomainIdT = Aws::String>
57 m_domainIdHasBeenSet =
true;
58 m_domainId = std::forward<DomainIdT>(value);
60 template <
typename DomainIdT = Aws::String>
72 template <
typename OwningProjectIdT = Aws::String>
74 m_owningProjectIdHasBeenSet =
true;
75 m_owningProjectId = std::forward<OwningProjectIdT>(value);
77 template <
typename OwningProjectIdT = Aws::String>
89 template <
typename NotebookIdT = Aws::String>
91 m_notebookIdHasBeenSet =
true;
92 m_notebookId = std::forward<NotebookIdT>(value);
94 template <
typename NotebookIdT = Aws::String>
107 m_fileFormatHasBeenSet =
true;
108 m_fileFormat = value;
122 m_statusHasBeenSet =
true;
136 template <
typename CreatedAtT = Aws::Utils::DateTime>
138 m_createdAtHasBeenSet =
true;
139 m_createdAt = std::forward<CreatedAtT>(value);
141 template <
typename CreatedAtT = Aws::Utils::DateTime>
153 template <
typename CreatedByT = Aws::String>
155 m_createdByHasBeenSet =
true;
156 m_createdBy = std::forward<CreatedByT>(value);
158 template <
typename CreatedByT = Aws::String>
168 template <
typename RequestIdT = Aws::String>
170 m_requestIdHasBeenSet =
true;
171 m_requestId = std::forward<RequestIdT>(value);
173 template <
typename RequestIdT = Aws::String>
200 bool m_idHasBeenSet =
false;
201 bool m_domainIdHasBeenSet =
false;
202 bool m_owningProjectIdHasBeenSet =
false;
203 bool m_notebookIdHasBeenSet =
false;
204 bool m_fileFormatHasBeenSet =
false;
205 bool m_statusHasBeenSet =
false;
206 bool m_createdAtHasBeenSet =
false;
207 bool m_createdByHasBeenSet =
false;
208 bool m_requestIdHasBeenSet =
false;
StartNotebookExportResult & WithFileFormat(FileFormat value)
AWS_DATAZONE_API StartNotebookExportResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartNotebookExportResult & WithOwningProjectId(OwningProjectIdT &&value)
StartNotebookExportResult & WithNotebookId(NotebookIdT &&value)
void SetDomainId(DomainIdT &&value)
StartNotebookExportResult & WithCreatedBy(CreatedByT &&value)
StartNotebookExportResult & WithRequestId(RequestIdT &&value)
void SetOwningProjectId(OwningProjectIdT &&value)
const Aws::String & GetId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetFileFormat(FileFormat value)
NotebookExportStatus GetStatus() const
const Aws::String & GetOwningProjectId() const
void SetCreatedAt(CreatedAtT &&value)
FileFormat GetFileFormat() const
void SetRequestId(RequestIdT &&value)
AWS_DATAZONE_API StartNotebookExportResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartNotebookExportResult & WithId(IdT &&value)
void SetNotebookId(NotebookIdT &&value)
StartNotebookExportResult & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
StartNotebookExportResult & WithDomainId(DomainIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetDomainId() const
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetNotebookId() const
const Aws::String & GetCreatedBy() const
void SetStatus(NotebookExportStatus value)
StartNotebookExportResult & WithStatus(NotebookExportStatus value)
AWS_DATAZONE_API StartNotebookExportResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue