7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/DataZoneRequest.h>
12#include <aws/datazone/DataZone_EXPORTS.h>
13#include <aws/datazone/model/CellInformation.h>
14#include <aws/datazone/model/EnvironmentConfig.h>
15#include <aws/datazone/model/NotebookStatus.h>
44 template <
typename DomainIdentifierT = Aws::String>
46 m_domainIdentifierHasBeenSet =
true;
47 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
49 template <
typename DomainIdentifierT = Aws::String>
62 template <
typename IdentifierT = Aws::String>
64 m_identifierHasBeenSet =
true;
65 m_identifier = std::forward<IdentifierT>(value);
67 template <
typename IdentifierT = Aws::String>
80 template <
typename DescriptionT = Aws::String>
82 m_descriptionHasBeenSet =
true;
83 m_description = std::forward<DescriptionT>(value);
85 template <
typename DescriptionT = Aws::String>
99 m_statusHasBeenSet =
true;
114 template <
typename NameT = Aws::String>
116 m_nameHasBeenSet =
true;
117 m_name = std::forward<NameT>(value);
119 template <
typename NameT = Aws::String>
121 SetName(std::forward<NameT>(value));
132 template <
typename CellOrderT = Aws::Vector<CellInformation>>
134 m_cellOrderHasBeenSet =
true;
135 m_cellOrder = std::forward<CellOrderT>(value);
137 template <
typename CellOrderT = Aws::Vector<CellInformation>>
142 template <
typename CellOrderT = CellInformation>
144 m_cellOrderHasBeenSet =
true;
145 m_cellOrder.emplace_back(std::forward<CellOrderT>(value));
156 template <
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
158 m_metadataHasBeenSet =
true;
159 m_metadata = std::forward<MetadataT>(value);
161 template <
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
166 template <
typename MetadataKeyT = Aws::String,
typename MetadataValueT = Aws::String>
168 m_metadataHasBeenSet =
true;
169 m_metadata.emplace(std::forward<MetadataKeyT>(key), std::forward<MetadataValueT>(value));
181 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
183 m_parametersHasBeenSet =
true;
184 m_parameters = std::forward<ParametersT>(value);
186 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
191 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
193 m_parametersHasBeenSet =
true;
194 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
205 template <
typename EnvironmentConfigurationT = EnvironmentConfig>
207 m_environmentConfigurationHasBeenSet =
true;
208 m_environmentConfiguration = std::forward<EnvironmentConfigurationT>(value);
210 template <
typename EnvironmentConfigurationT = EnvironmentConfig>
224 template <
typename ClientTokenT = Aws::String>
226 m_clientTokenHasBeenSet =
true;
227 m_clientToken = std::forward<ClientTokenT>(value);
229 template <
typename ClientTokenT = Aws::String>
252 EnvironmentConfig m_environmentConfiguration;
255 bool m_domainIdentifierHasBeenSet =
false;
256 bool m_identifierHasBeenSet =
false;
257 bool m_descriptionHasBeenSet =
false;
258 bool m_statusHasBeenSet =
false;
259 bool m_nameHasBeenSet =
false;
260 bool m_cellOrderHasBeenSet =
false;
261 bool m_metadataHasBeenSet =
false;
262 bool m_parametersHasBeenSet =
false;
263 bool m_environmentConfigurationHasBeenSet =
false;
264 bool m_clientTokenHasBeenSet =
true;
UpdateNotebookRequest & WithName(NameT &&value)
void SetParameters(ParametersT &&value)
UpdateNotebookRequest & WithCellOrder(CellOrderT &&value)
void SetClientToken(ClientTokenT &&value)
void SetDescription(DescriptionT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetDomainIdentifier() const
const EnvironmentConfig & GetEnvironmentConfiguration() const
bool DomainIdentifierHasBeenSet() const
UpdateNotebookRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool CellOrderHasBeenSet() const
void SetIdentifier(IdentifierT &&value)
const Aws::String & GetClientToken() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
void SetDomainIdentifier(DomainIdentifierT &&value)
UpdateNotebookRequest & AddMetadata(MetadataKeyT &&key, MetadataValueT &&value)
bool ClientTokenHasBeenSet() const
void SetMetadata(MetadataT &&value)
UpdateNotebookRequest & WithEnvironmentConfiguration(EnvironmentConfigurationT &&value)
void SetStatus(NotebookStatus value)
bool NameHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
void SetName(NameT &&value)
UpdateNotebookRequest & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
UpdateNotebookRequest & AddCellOrder(CellOrderT &&value)
UpdateNotebookRequest & WithStatus(NotebookStatus value)
UpdateNotebookRequest & WithClientToken(ClientTokenT &&value)
UpdateNotebookRequest & WithIdentifier(IdentifierT &&value)
const Aws::Vector< CellInformation > & GetCellOrder() const
bool ParametersHasBeenSet() const
UpdateNotebookRequest & WithMetadata(MetadataT &&value)
bool MetadataHasBeenSet() const
NotebookStatus GetStatus() const
const Aws::String & GetIdentifier() const
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
UpdateNotebookRequest & WithDescription(DescriptionT &&value)
AWS_DATAZONE_API UpdateNotebookRequest()=default
bool IdentifierHasBeenSet() const
void SetEnvironmentConfiguration(EnvironmentConfigurationT &&value)
bool StatusHasBeenSet() const
UpdateNotebookRequest & WithParameters(ParametersT &&value)
bool EnvironmentConfigurationHasBeenSet() const
void SetCellOrder(CellOrderT &&value)
const Aws::Map< Aws::String, Aws::String > & GetMetadata() const
bool DescriptionHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector