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/NotebookExportError.h>
13#include <aws/datazone/model/NotebookExportStatus.h>
14#include <aws/datazone/model/OutputLocation.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename IdT = Aws::String>
42 m_idHasBeenSet =
true;
43 m_id = std::forward<IdT>(value);
45 template <
typename IdT = Aws::String>
47 SetId(std::forward<IdT>(value));
57 template <
typename DomainIdT = Aws::String>
59 m_domainIdHasBeenSet =
true;
60 m_domainId = std::forward<DomainIdT>(value);
62 template <
typename DomainIdT = Aws::String>
74 template <
typename OwningProjectIdT = Aws::String>
76 m_owningProjectIdHasBeenSet =
true;
77 m_owningProjectId = std::forward<OwningProjectIdT>(value);
79 template <
typename OwningProjectIdT = Aws::String>
91 template <
typename NotebookIdT = Aws::String>
93 m_notebookIdHasBeenSet =
true;
94 m_notebookId = std::forward<NotebookIdT>(value);
96 template <
typename NotebookIdT = Aws::String>
109 m_fileFormatHasBeenSet =
true;
110 m_fileFormat = value;
124 m_statusHasBeenSet =
true;
139 template <
typename OutputLocationT = OutputLocation>
141 m_outputLocationHasBeenSet =
true;
142 m_outputLocation = std::forward<OutputLocationT>(value);
144 template <
typename OutputLocationT = OutputLocation>
156 template <
typename ErrorT = NotebookExportError>
158 m_errorHasBeenSet =
true;
159 m_error = std::forward<ErrorT>(value);
161 template <
typename ErrorT = NotebookExportError>
163 SetError(std::forward<ErrorT>(value));
173 template <
typename CompletedAtT = Aws::Utils::DateTime>
175 m_completedAtHasBeenSet =
true;
176 m_completedAt = std::forward<CompletedAtT>(value);
178 template <
typename CompletedAtT = Aws::Utils::DateTime>
190 template <
typename CreatedAtT = Aws::Utils::DateTime>
192 m_createdAtHasBeenSet =
true;
193 m_createdAt = std::forward<CreatedAtT>(value);
195 template <
typename CreatedAtT = Aws::Utils::DateTime>
207 template <
typename CreatedByT = Aws::String>
209 m_createdByHasBeenSet =
true;
210 m_createdBy = std::forward<CreatedByT>(value);
212 template <
typename CreatedByT = Aws::String>
222 template <
typename RequestIdT = Aws::String>
224 m_requestIdHasBeenSet =
true;
225 m_requestId = std::forward<RequestIdT>(value);
227 template <
typename RequestIdT = Aws::String>
248 OutputLocation m_outputLocation;
250 NotebookExportError m_error;
260 bool m_idHasBeenSet =
false;
261 bool m_domainIdHasBeenSet =
false;
262 bool m_owningProjectIdHasBeenSet =
false;
263 bool m_notebookIdHasBeenSet =
false;
264 bool m_fileFormatHasBeenSet =
false;
265 bool m_statusHasBeenSet =
false;
266 bool m_outputLocationHasBeenSet =
false;
267 bool m_errorHasBeenSet =
false;
268 bool m_completedAtHasBeenSet =
false;
269 bool m_createdAtHasBeenSet =
false;
270 bool m_createdByHasBeenSet =
false;
271 bool m_requestIdHasBeenSet =
false;
void SetCreatedAt(CreatedAtT &&value)
void SetDomainId(DomainIdT &&value)
void SetCreatedBy(CreatedByT &&value)
void SetNotebookId(NotebookIdT &&value)
GetNotebookExportResult & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetDomainId() const
const NotebookExportError & GetError() const
GetNotebookExportResult & WithId(IdT &&value)
void SetStatus(NotebookExportStatus value)
const Aws::String & GetOwningProjectId() const
AWS_DATAZONE_API GetNotebookExportResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCompletedAt() const
GetNotebookExportResult & WithError(ErrorT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetId() const
const OutputLocation & GetOutputLocation() const
void SetOutputLocation(OutputLocationT &&value)
FileFormat GetFileFormat() const
const Aws::String & GetCreatedBy() const
GetNotebookExportResult & WithDomainId(DomainIdT &&value)
GetNotebookExportResult & WithRequestId(RequestIdT &&value)
void SetOwningProjectId(OwningProjectIdT &&value)
GetNotebookExportResult & WithOwningProjectId(OwningProjectIdT &&value)
void SetError(ErrorT &&value)
void SetCompletedAt(CompletedAtT &&value)
GetNotebookExportResult & WithNotebookId(NotebookIdT &&value)
GetNotebookExportResult & WithStatus(NotebookExportStatus value)
NotebookExportStatus GetStatus() const
GetNotebookExportResult & WithCompletedAt(CompletedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetFileFormat(FileFormat value)
GetNotebookExportResult & WithCreatedAt(CreatedAtT &&value)
AWS_DATAZONE_API GetNotebookExportResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATAZONE_API GetNotebookExportResult()=default
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetNotebookId() const
GetNotebookExportResult & WithOutputLocation(OutputLocationT &&value)
GetNotebookExportResult & WithFileFormat(FileFormat value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue