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/SourceLocation.h>
40 template <
typename DomainIdentifierT = Aws::String>
42 m_domainIdentifierHasBeenSet =
true;
43 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
45 template <
typename DomainIdentifierT = Aws::String>
58 template <
typename OwningProjectIdentifierT = Aws::String>
60 m_owningProjectIdentifierHasBeenSet =
true;
61 m_owningProjectIdentifier = std::forward<OwningProjectIdentifierT>(value);
63 template <
typename OwningProjectIdentifierT = Aws::String>
77 template <
typename SourceLocationT = SourceLocation>
79 m_sourceLocationHasBeenSet =
true;
80 m_sourceLocation = std::forward<SourceLocationT>(value);
82 template <
typename SourceLocationT = SourceLocation>
96 template <
typename NameT = Aws::String>
98 m_nameHasBeenSet =
true;
99 m_name = std::forward<NameT>(value);
101 template <
typename NameT = Aws::String>
103 SetName(std::forward<NameT>(value));
114 template <
typename DescriptionT = Aws::String>
116 m_descriptionHasBeenSet =
true;
117 m_description = std::forward<DescriptionT>(value);
119 template <
typename DescriptionT = Aws::String>
133 template <
typename ClientTokenT = Aws::String>
135 m_clientTokenHasBeenSet =
true;
136 m_clientToken = std::forward<ClientTokenT>(value);
138 template <
typename ClientTokenT = Aws::String>
156 bool m_domainIdentifierHasBeenSet =
false;
157 bool m_owningProjectIdentifierHasBeenSet =
false;
158 bool m_sourceLocationHasBeenSet =
false;
159 bool m_nameHasBeenSet =
false;
160 bool m_descriptionHasBeenSet =
false;
161 bool m_clientTokenHasBeenSet =
true;
AWS_DATAZONE_API StartNotebookImportRequest()=default
const Aws::String & GetName() const
StartNotebookImportRequest & WithClientToken(ClientTokenT &&value)
void SetClientToken(ClientTokenT &&value)
void SetDomainIdentifier(DomainIdentifierT &&value)
bool DescriptionHasBeenSet() const
void SetOwningProjectIdentifier(OwningProjectIdentifierT &&value)
StartNotebookImportRequest & WithName(NameT &&value)
bool SourceLocationHasBeenSet() const
StartNotebookImportRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool ClientTokenHasBeenSet() const
void SetSourceLocation(SourceLocationT &&value)
void SetName(NameT &&value)
bool NameHasBeenSet() const
const SourceLocation & GetSourceLocation() const
const Aws::String & GetDomainIdentifier() const
bool DomainIdentifierHasBeenSet() const
StartNotebookImportRequest & WithDescription(DescriptionT &&value)
StartNotebookImportRequest & WithOwningProjectIdentifier(OwningProjectIdentifierT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
const Aws::String & GetDescription() const
bool OwningProjectIdentifierHasBeenSet() const
const Aws::String & GetClientToken() const
virtual const char * GetServiceRequestName() const override
StartNotebookImportRequest & WithSourceLocation(SourceLocationT &&value)
const Aws::String & GetOwningProjectIdentifier() const
void SetDescription(DescriptionT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String