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/NotebookStatus.h>
12#include <aws/datazone/model/SourceLocation.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename NotebookIdT = Aws::String>
40 m_notebookIdHasBeenSet =
true;
41 m_notebookId = std::forward<NotebookIdT>(value);
43 template <
typename NotebookIdT = Aws::String>
56 m_statusHasBeenSet =
true;
70 template <
typename DomainIdT = Aws::String>
72 m_domainIdHasBeenSet =
true;
73 m_domainId = std::forward<DomainIdT>(value);
75 template <
typename DomainIdT = Aws::String>
87 template <
typename OwningProjectIdT = Aws::String>
89 m_owningProjectIdHasBeenSet =
true;
90 m_owningProjectId = std::forward<OwningProjectIdT>(value);
92 template <
typename OwningProjectIdT = Aws::String>
104 template <
typename NameT = Aws::String>
106 m_nameHasBeenSet =
true;
107 m_name = std::forward<NameT>(value);
109 template <
typename NameT = Aws::String>
111 SetName(std::forward<NameT>(value));
121 template <
typename DescriptionT = Aws::String>
123 m_descriptionHasBeenSet =
true;
124 m_description = std::forward<DescriptionT>(value);
126 template <
typename DescriptionT = Aws::String>
138 template <
typename SourceLocationT = SourceLocation>
140 m_sourceLocationHasBeenSet =
true;
141 m_sourceLocation = std::forward<SourceLocationT>(value);
143 template <
typename SourceLocationT = SourceLocation>
155 template <
typename CreatedAtT = Aws::Utils::DateTime>
157 m_createdAtHasBeenSet =
true;
158 m_createdAt = std::forward<CreatedAtT>(value);
160 template <
typename CreatedAtT = Aws::Utils::DateTime>
172 template <
typename CreatedByT = Aws::String>
174 m_createdByHasBeenSet =
true;
175 m_createdBy = std::forward<CreatedByT>(value);
177 template <
typename CreatedByT = Aws::String>
187 template <
typename RequestIdT = Aws::String>
189 m_requestIdHasBeenSet =
true;
190 m_requestId = std::forward<RequestIdT>(value);
192 template <
typename RequestIdT = Aws::String>
213 SourceLocation m_sourceLocation;
221 bool m_notebookIdHasBeenSet =
false;
222 bool m_statusHasBeenSet =
false;
223 bool m_domainIdHasBeenSet =
false;
224 bool m_owningProjectIdHasBeenSet =
false;
225 bool m_nameHasBeenSet =
false;
226 bool m_descriptionHasBeenSet =
false;
227 bool m_sourceLocationHasBeenSet =
false;
228 bool m_createdAtHasBeenSet =
false;
229 bool m_createdByHasBeenSet =
false;
230 bool m_requestIdHasBeenSet =
false;
void SetName(NameT &&value)
StartNotebookImportResult & WithSourceLocation(SourceLocationT &&value)
const SourceLocation & GetSourceLocation() const
NotebookStatus GetStatus() const
StartNotebookImportResult & WithCreatedAt(CreatedAtT &&value)
AWS_DATAZONE_API StartNotebookImportResult()=default
void SetSourceLocation(SourceLocationT &&value)
StartNotebookImportResult & WithOwningProjectId(OwningProjectIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetName() const
StartNotebookImportResult & WithCreatedBy(CreatedByT &&value)
AWS_DATAZONE_API StartNotebookImportResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartNotebookImportResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetCreatedBy() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
StartNotebookImportResult & WithDomainId(DomainIdT &&value)
const Aws::String & GetRequestId() const
StartNotebookImportResult & WithNotebookId(NotebookIdT &&value)
const Aws::String & GetNotebookId() const
void SetStatus(NotebookStatus value)
StartNotebookImportResult & WithName(NameT &&value)
void SetNotebookId(NotebookIdT &&value)
void SetDomainId(DomainIdT &&value)
void SetOwningProjectId(OwningProjectIdT &&value)
StartNotebookImportResult & WithDescription(DescriptionT &&value)
const Aws::String & GetDomainId() const
void SetRequestId(RequestIdT &&value)
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetOwningProjectId() const
AWS_DATAZONE_API StartNotebookImportResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartNotebookImportResult & WithStatus(NotebookStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue