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/GitMetadata.h>
12#include <aws/datazone/model/SourceLocation.h>
41 template <
typename DomainIdentifierT = Aws::String>
43 m_domainIdentifierHasBeenSet =
true;
44 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
46 template <
typename DomainIdentifierT = Aws::String>
59 template <
typename OwningProjectIdentifierT = Aws::String>
61 m_owningProjectIdentifierHasBeenSet =
true;
62 m_owningProjectIdentifier = std::forward<OwningProjectIdentifierT>(value);
64 template <
typename OwningProjectIdentifierT = Aws::String>
78 template <
typename SourceLocationT = SourceLocation>
80 m_sourceLocationHasBeenSet =
true;
81 m_sourceLocation = std::forward<SourceLocationT>(value);
83 template <
typename SourceLocationT = SourceLocation>
97 template <
typename GitMetadataT = GitMetadata>
99 m_gitMetadataHasBeenSet =
true;
100 m_gitMetadata = std::forward<GitMetadataT>(value);
102 template <
typename GitMetadataT = GitMetadata>
116 template <
typename NotebookIdT = Aws::String>
118 m_notebookIdHasBeenSet =
true;
119 m_notebookId = std::forward<NotebookIdT>(value);
121 template <
typename NotebookIdT = Aws::String>
134 template <
typename NameT = Aws::String>
136 m_nameHasBeenSet =
true;
137 m_name = std::forward<NameT>(value);
139 template <
typename NameT = Aws::String>
141 SetName(std::forward<NameT>(value));
152 template <
typename DescriptionT = Aws::String>
154 m_descriptionHasBeenSet =
true;
155 m_description = std::forward<DescriptionT>(value);
157 template <
typename DescriptionT = Aws::String>
171 template <
typename ClientTokenT = Aws::String>
173 m_clientTokenHasBeenSet =
true;
174 m_clientToken = std::forward<ClientTokenT>(value);
176 template <
typename ClientTokenT = Aws::String>
198 bool m_domainIdentifierHasBeenSet =
false;
199 bool m_owningProjectIdentifierHasBeenSet =
false;
200 bool m_sourceLocationHasBeenSet =
false;
201 bool m_gitMetadataHasBeenSet =
false;
202 bool m_notebookIdHasBeenSet =
false;
203 bool m_nameHasBeenSet =
false;
204 bool m_descriptionHasBeenSet =
false;
205 bool m_clientTokenHasBeenSet =
true;
StartNotebookSyncRequest & WithName(NameT &&value)
void SetGitMetadata(GitMetadataT &&value)
const GitMetadata & GetGitMetadata() const
void SetDomainIdentifier(DomainIdentifierT &&value)
bool SourceLocationHasBeenSet() const
StartNotebookSyncRequest & WithOwningProjectIdentifier(OwningProjectIdentifierT &&value)
void SetName(NameT &&value)
const Aws::String & GetName() const
void SetOwningProjectIdentifier(OwningProjectIdentifierT &&value)
void SetNotebookId(NotebookIdT &&value)
StartNotebookSyncRequest & WithGitMetadata(GitMetadataT &&value)
StartNotebookSyncRequest & WithDescription(DescriptionT &&value)
bool OwningProjectIdentifierHasBeenSet() const
const Aws::String & GetDomainIdentifier() const
const Aws::String & GetClientToken() const
const SourceLocation & GetSourceLocation() const
void SetSourceLocation(SourceLocationT &&value)
StartNotebookSyncRequest & WithSourceLocation(SourceLocationT &&value)
bool GitMetadataHasBeenSet() const
StartNotebookSyncRequest & WithClientToken(ClientTokenT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
bool ClientTokenHasBeenSet() const
StartNotebookSyncRequest & WithNotebookId(NotebookIdT &&value)
void SetClientToken(ClientTokenT &&value)
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
StartNotebookSyncRequest & WithDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetNotebookId() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
bool DomainIdentifierHasBeenSet() const
const Aws::String & GetOwningProjectIdentifier() const
bool NotebookIdHasBeenSet() const
AWS_DATAZONE_API StartNotebookSyncRequest()=default
virtual const char * GetServiceRequestName() const override
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String