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/GitMetadata.h>
12#include <aws/datazone/model/NotebookStatus.h>
13#include <aws/datazone/model/SourceLocation.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename NotebookIdT = Aws::String>
41 m_notebookIdHasBeenSet =
true;
42 m_notebookId = std::forward<NotebookIdT>(value);
44 template <
typename NotebookIdT = Aws::String>
57 m_statusHasBeenSet =
true;
71 template <
typename DomainIdT = Aws::String>
73 m_domainIdHasBeenSet =
true;
74 m_domainId = std::forward<DomainIdT>(value);
76 template <
typename DomainIdT = Aws::String>
88 template <
typename OwningProjectIdT = Aws::String>
90 m_owningProjectIdHasBeenSet =
true;
91 m_owningProjectId = std::forward<OwningProjectIdT>(value);
93 template <
typename OwningProjectIdT = Aws::String>
105 template <
typename SourceLocationT = SourceLocation>
107 m_sourceLocationHasBeenSet =
true;
108 m_sourceLocation = std::forward<SourceLocationT>(value);
110 template <
typename SourceLocationT = SourceLocation>
122 template <
typename GitMetadataT = GitMetadata>
124 m_gitMetadataHasBeenSet =
true;
125 m_gitMetadata = std::forward<GitMetadataT>(value);
127 template <
typename GitMetadataT = GitMetadata>
139 template <
typename NameT = Aws::String>
141 m_nameHasBeenSet =
true;
142 m_name = std::forward<NameT>(value);
144 template <
typename NameT = Aws::String>
146 SetName(std::forward<NameT>(value));
156 template <
typename DescriptionT = Aws::String>
158 m_descriptionHasBeenSet =
true;
159 m_description = std::forward<DescriptionT>(value);
161 template <
typename DescriptionT = Aws::String>
173 template <
typename CreatedAtT = Aws::Utils::DateTime>
175 m_createdAtHasBeenSet =
true;
176 m_createdAt = std::forward<CreatedAtT>(value);
178 template <
typename CreatedAtT = Aws::Utils::DateTime>
190 template <
typename CreatedByT = Aws::String>
192 m_createdByHasBeenSet =
true;
193 m_createdBy = std::forward<CreatedByT>(value);
195 template <
typename CreatedByT = Aws::String>
205 template <
typename RequestIdT = Aws::String>
207 m_requestIdHasBeenSet =
true;
208 m_requestId = std::forward<RequestIdT>(value);
210 template <
typename RequestIdT = Aws::String>
227 SourceLocation m_sourceLocation;
229 GitMetadata m_gitMetadata;
241 bool m_notebookIdHasBeenSet =
false;
242 bool m_statusHasBeenSet =
false;
243 bool m_domainIdHasBeenSet =
false;
244 bool m_owningProjectIdHasBeenSet =
false;
245 bool m_sourceLocationHasBeenSet =
false;
246 bool m_gitMetadataHasBeenSet =
false;
247 bool m_nameHasBeenSet =
false;
248 bool m_descriptionHasBeenSet =
false;
249 bool m_createdAtHasBeenSet =
false;
250 bool m_createdByHasBeenSet =
false;
251 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetDomainId() const
void SetName(NameT &&value)
const GitMetadata & GetGitMetadata() const
StartNotebookSyncResult & WithGitMetadata(GitMetadataT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
StartNotebookSyncResult & WithStatus(NotebookStatus value)
void SetSourceLocation(SourceLocationT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetStatus(NotebookStatus value)
StartNotebookSyncResult & WithNotebookId(NotebookIdT &&value)
StartNotebookSyncResult & WithDescription(DescriptionT &&value)
NotebookStatus GetStatus() const
StartNotebookSyncResult & WithName(NameT &&value)
void SetDomainId(DomainIdT &&value)
StartNotebookSyncResult & WithOwningProjectId(OwningProjectIdT &&value)
void SetNotebookId(NotebookIdT &&value)
AWS_DATAZONE_API StartNotebookSyncResult()=default
StartNotebookSyncResult & WithDomainId(DomainIdT &&value)
StartNotebookSyncResult & WithSourceLocation(SourceLocationT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_DATAZONE_API StartNotebookSyncResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetOwningProjectId(OwningProjectIdT &&value)
const Aws::String & GetCreatedBy() const
StartNotebookSyncResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetDescription() const
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetNotebookId() const
AWS_DATAZONE_API StartNotebookSyncResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetGitMetadata(GitMetadataT &&value)
void SetCreatedAt(CreatedAtT &&value)
StartNotebookSyncResult & WithCreatedBy(CreatedByT &&value)
StartNotebookSyncResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetOwningProjectId() const
const SourceLocation & GetSourceLocation() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue