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/datazone/DataZoneRequest.h>
11#include <aws/datazone/DataZone_EXPORTS.h>
12#include <aws/datazone/model/ComputeConfig.h>
13#include <aws/datazone/model/NetworkConfig.h>
14#include <aws/datazone/model/TimeoutConfig.h>
15#include <aws/datazone/model/TriggerSource.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 OwningProjectIdentifierT = Aws::String>
64 m_owningProjectIdentifierHasBeenSet =
true;
65 m_owningProjectIdentifier = std::forward<OwningProjectIdentifierT>(value);
67 template <
typename OwningProjectIdentifierT = Aws::String>
80 template <
typename NotebookIdentifierT = Aws::String>
82 m_notebookIdentifierHasBeenSet =
true;
83 m_notebookIdentifier = std::forward<NotebookIdentifierT>(value);
85 template <
typename NotebookIdentifierT = Aws::String>
98 template <
typename ScheduleIdentifierT = Aws::String>
100 m_scheduleIdentifierHasBeenSet =
true;
101 m_scheduleIdentifier = std::forward<ScheduleIdentifierT>(value);
103 template <
typename ScheduleIdentifierT = Aws::String>
117 template <
typename ComputeConfigurationT = ComputeConfig>
119 m_computeConfigurationHasBeenSet =
true;
120 m_computeConfiguration = std::forward<ComputeConfigurationT>(value);
122 template <
typename ComputeConfigurationT = ComputeConfig>
136 template <
typename NetworkConfigurationT = NetworkConfig>
138 m_networkConfigurationHasBeenSet =
true;
139 m_networkConfiguration = std::forward<NetworkConfigurationT>(value);
141 template <
typename NetworkConfigurationT = NetworkConfig>
155 template <
typename TimeoutConfigurationT = TimeoutConfig>
157 m_timeoutConfigurationHasBeenSet =
true;
158 m_timeoutConfiguration = std::forward<TimeoutConfigurationT>(value);
160 template <
typename TimeoutConfigurationT = TimeoutConfig>
173 template <
typename TriggerSourceT = TriggerSource>
175 m_triggerSourceHasBeenSet =
true;
176 m_triggerSource = std::forward<TriggerSourceT>(value);
178 template <
typename TriggerSourceT = TriggerSource>
193 template <
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
195 m_metadataHasBeenSet =
true;
196 m_metadata = std::forward<MetadataT>(value);
198 template <
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
203 template <
typename MetadataKeyT = Aws::String,
typename MetadataValueT = Aws::String>
205 m_metadataHasBeenSet =
true;
206 m_metadata.emplace(std::forward<MetadataKeyT>(key), std::forward<MetadataValueT>(value));
219 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
221 m_parametersHasBeenSet =
true;
222 m_parameters = std::forward<ParametersT>(value);
224 template <
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
229 template <
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
231 m_parametersHasBeenSet =
true;
232 m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
244 template <
typename ClientTokenT = Aws::String>
246 m_clientTokenHasBeenSet =
true;
247 m_clientToken = std::forward<ClientTokenT>(value);
249 template <
typename ClientTokenT = Aws::String>
277 bool m_domainIdentifierHasBeenSet =
false;
278 bool m_owningProjectIdentifierHasBeenSet =
false;
279 bool m_notebookIdentifierHasBeenSet =
false;
280 bool m_scheduleIdentifierHasBeenSet =
false;
281 bool m_computeConfigurationHasBeenSet =
false;
282 bool m_networkConfigurationHasBeenSet =
false;
283 bool m_timeoutConfigurationHasBeenSet =
false;
284 bool m_triggerSourceHasBeenSet =
false;
285 bool m_metadataHasBeenSet =
false;
286 bool m_parametersHasBeenSet =
false;
287 bool m_clientTokenHasBeenSet =
true;
void SetComputeConfiguration(ComputeConfigurationT &&value)
const NetworkConfig & GetNetworkConfiguration() const
StartNotebookRunRequest & WithNetworkConfiguration(NetworkConfigurationT &&value)
const Aws::String & GetClientToken() const
bool OwningProjectIdentifierHasBeenSet() const
bool ComputeConfigurationHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
const Aws::Map< Aws::String, Aws::String > & GetParameters() const
const TimeoutConfig & GetTimeoutConfiguration() const
void SetNetworkConfiguration(NetworkConfigurationT &&value)
const Aws::Map< Aws::String, Aws::String > & GetMetadata() const
StartNotebookRunRequest & AddParameters(ParametersKeyT &&key, ParametersValueT &&value)
StartNotebookRunRequest & WithNotebookIdentifier(NotebookIdentifierT &&value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
StartNotebookRunRequest & WithParameters(ParametersT &&value)
StartNotebookRunRequest & WithTriggerSource(TriggerSourceT &&value)
bool MetadataHasBeenSet() const
void SetTimeoutConfiguration(TimeoutConfigurationT &&value)
bool NetworkConfigurationHasBeenSet() const
void SetParameters(ParametersT &&value)
const Aws::String & GetOwningProjectIdentifier() const
const Aws::String & GetNotebookIdentifier() const
void SetDomainIdentifier(DomainIdentifierT &&value)
AWS_DATAZONE_API StartNotebookRunRequest()=default
StartNotebookRunRequest & WithTimeoutConfiguration(TimeoutConfigurationT &&value)
StartNotebookRunRequest & WithClientToken(ClientTokenT &&value)
bool TriggerSourceHasBeenSet() const
const ComputeConfig & GetComputeConfiguration() const
bool DomainIdentifierHasBeenSet() const
bool ParametersHasBeenSet() const
StartNotebookRunRequest & WithComputeConfiguration(ComputeConfigurationT &&value)
StartNotebookRunRequest & AddMetadata(MetadataKeyT &&key, MetadataValueT &&value)
bool ScheduleIdentifierHasBeenSet() const
StartNotebookRunRequest & WithOwningProjectIdentifier(OwningProjectIdentifierT &&value)
StartNotebookRunRequest & WithMetadata(MetadataT &&value)
void SetMetadata(MetadataT &&value)
void SetScheduleIdentifier(ScheduleIdentifierT &&value)
void SetTriggerSource(TriggerSourceT &&value)
virtual const char * GetServiceRequestName() const override
bool ClientTokenHasBeenSet() const
bool NotebookIdentifierHasBeenSet() const
const Aws::String & GetScheduleIdentifier() const
void SetNotebookIdentifier(NotebookIdentifierT &&value)
bool TimeoutConfigurationHasBeenSet() const
StartNotebookRunRequest & WithDomainIdentifier(DomainIdentifierT &&value)
StartNotebookRunRequest & WithScheduleIdentifier(ScheduleIdentifierT &&value)
void SetOwningProjectIdentifier(OwningProjectIdentifierT &&value)
const Aws::String & GetDomainIdentifier() const
const TriggerSource & GetTriggerSource() 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