7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/glue/model/WorkerType.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
46 template<
typename Endpo
intNameT = Aws::String>
47 void SetEndpointName(EndpointNameT&& value) { m_endpointNameHasBeenSet =
true; m_endpointName = std::forward<EndpointNameT>(value); }
48 template<
typename Endpo
intNameT = Aws::String>
58 template<
typename RoleArnT = Aws::String>
59 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
60 template<
typename RoleArnT = Aws::String>
71 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
72 void SetSecurityGroupIds(SecurityGroupIdsT&& value) { m_securityGroupIdsHasBeenSet =
true; m_securityGroupIds = std::forward<SecurityGroupIdsT>(value); }
73 template<
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
75 template<
typename SecurityGroupIdsT = Aws::String>
85 template<
typename SubnetIdT = Aws::String>
86 void SetSubnetId(SubnetIdT&& value) { m_subnetIdHasBeenSet =
true; m_subnetId = std::forward<SubnetIdT>(value); }
87 template<
typename SubnetIdT = Aws::String>
99 template<
typename PublicKeyT = Aws::String>
100 void SetPublicKey(PublicKeyT&& value) { m_publicKeyHasBeenSet =
true; m_publicKey = std::forward<PublicKeyT>(value); }
101 template<
typename PublicKeyT = Aws::String>
118 template<
typename PublicKeysT = Aws::Vector<Aws::String>>
119 void SetPublicKeys(PublicKeysT&& value) { m_publicKeysHasBeenSet =
true; m_publicKeys = std::forward<PublicKeysT>(value); }
120 template<
typename PublicKeysT = Aws::Vector<Aws::String>>
122 template<
typename PublicKeysT = Aws::String>
133 inline void SetNumberOfNodes(
int value) { m_numberOfNodesHasBeenSet =
true; m_numberOfNodes = value; }
175 template<
typename GlueVersionT = Aws::String>
176 void SetGlueVersion(GlueVersionT&& value) { m_glueVersionHasBeenSet =
true; m_glueVersion = std::forward<GlueVersionT>(value); }
177 template<
typename GlueVersionT = Aws::String>
189 inline void SetNumberOfWorkers(
int value) { m_numberOfWorkersHasBeenSet =
true; m_numberOfWorkers = value; }
204 template<
typename ExtraPythonLibsS3PathT = Aws::String>
205 void SetExtraPythonLibsS3Path(ExtraPythonLibsS3PathT&& value) { m_extraPythonLibsS3PathHasBeenSet =
true; m_extraPythonLibsS3Path = std::forward<ExtraPythonLibsS3PathT>(value); }
206 template<
typename ExtraPythonLibsS3PathT = Aws::String>
217 template<
typename ExtraJarsS3PathT = Aws::String>
218 void SetExtraJarsS3Path(ExtraJarsS3PathT&& value) { m_extraJarsS3PathHasBeenSet =
true; m_extraJarsS3Path = std::forward<ExtraJarsS3PathT>(value); }
219 template<
typename ExtraJarsS3PathT = Aws::String>
230 template<
typename SecurityConfigurationT = Aws::String>
231 void SetSecurityConfiguration(SecurityConfigurationT&& value) { m_securityConfigurationHasBeenSet =
true; m_securityConfiguration = std::forward<SecurityConfigurationT>(value); }
232 template<
typename SecurityConfigurationT = Aws::String>
245 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
246 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
247 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
249 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
251 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
261 template<
typename ArgumentsT = Aws::Map<Aws::String, Aws::String>>
262 void SetArguments(ArgumentsT&& value) { m_argumentsHasBeenSet =
true; m_arguments = std::forward<ArgumentsT>(value); }
263 template<
typename ArgumentsT = Aws::Map<Aws::String, Aws::String>>
265 template<
typename ArgumentsKeyT = Aws::String,
typename ArgumentsValueT = Aws::String>
267 m_argumentsHasBeenSet =
true; m_arguments.emplace(std::forward<ArgumentsKeyT>(key), std::forward<ArgumentsValueT>(value));
return *
this;
273 bool m_endpointNameHasBeenSet =
false;
276 bool m_roleArnHasBeenSet =
false;
279 bool m_securityGroupIdsHasBeenSet =
false;
282 bool m_subnetIdHasBeenSet =
false;
285 bool m_publicKeyHasBeenSet =
false;
288 bool m_publicKeysHasBeenSet =
false;
290 int m_numberOfNodes{0};
291 bool m_numberOfNodesHasBeenSet =
false;
294 bool m_workerTypeHasBeenSet =
false;
297 bool m_glueVersionHasBeenSet =
false;
299 int m_numberOfWorkers{0};
300 bool m_numberOfWorkersHasBeenSet =
false;
303 bool m_extraPythonLibsS3PathHasBeenSet =
false;
306 bool m_extraJarsS3PathHasBeenSet =
false;
309 bool m_securityConfigurationHasBeenSet =
false;
312 bool m_tagsHasBeenSet =
false;
315 bool m_argumentsHasBeenSet =
false;
WorkerType GetWorkerType() const
const Aws::Vector< Aws::String > & GetPublicKeys() const
CreateDevEndpointRequest & WithTags(TagsT &&value)
CreateDevEndpointRequest & WithWorkerType(WorkerType value)
bool GlueVersionHasBeenSet() const
void SetSecurityConfiguration(SecurityConfigurationT &&value)
void SetTags(TagsT &&value)
bool ArgumentsHasBeenSet() const
const Aws::String & GetEndpointName() const
void SetPublicKeys(PublicKeysT &&value)
bool PublicKeysHasBeenSet() const
void SetNumberOfNodes(int value)
const Aws::String & GetGlueVersion() const
CreateDevEndpointRequest & WithSecurityConfiguration(SecurityConfigurationT &&value)
bool TagsHasBeenSet() const
const Aws::String & GetPublicKey() const
bool WorkerTypeHasBeenSet() const
CreateDevEndpointRequest & WithGlueVersion(GlueVersionT &&value)
AWS_GLUE_API CreateDevEndpointRequest()=default
void SetSubnetId(SubnetIdT &&value)
const Aws::String & GetSecurityConfiguration() const
CreateDevEndpointRequest & WithPublicKeys(PublicKeysT &&value)
CreateDevEndpointRequest & AddArguments(ArgumentsKeyT &&key, ArgumentsValueT &&value)
CreateDevEndpointRequest & WithExtraJarsS3Path(ExtraJarsS3PathT &&value)
CreateDevEndpointRequest & WithRoleArn(RoleArnT &&value)
CreateDevEndpointRequest & AddPublicKeys(PublicKeysT &&value)
bool SecurityConfigurationHasBeenSet() const
CreateDevEndpointRequest & WithExtraPythonLibsS3Path(ExtraPythonLibsS3PathT &&value)
bool SubnetIdHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetArguments() const
CreateDevEndpointRequest & WithSecurityGroupIds(SecurityGroupIdsT &&value)
CreateDevEndpointRequest & WithArguments(ArgumentsT &&value)
bool RoleArnHasBeenSet() const
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
void SetArguments(ArgumentsT &&value)
bool EndpointNameHasBeenSet() const
int GetNumberOfWorkers() const
int GetNumberOfNodes() const
void SetExtraPythonLibsS3Path(ExtraPythonLibsS3PathT &&value)
void SetNumberOfWorkers(int value)
CreateDevEndpointRequest & WithPublicKey(PublicKeyT &&value)
bool ExtraJarsS3PathHasBeenSet() const
CreateDevEndpointRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateDevEndpointRequest & WithNumberOfWorkers(int value)
CreateDevEndpointRequest & WithNumberOfNodes(int value)
bool NumberOfWorkersHasBeenSet() const
bool ExtraPythonLibsS3PathHasBeenSet() const
void SetExtraJarsS3Path(ExtraJarsS3PathT &&value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetExtraPythonLibsS3Path() const
AWS_GLUE_API Aws::String SerializePayload() const override
bool NumberOfNodesHasBeenSet() const
const Aws::String & GetRoleArn() const
bool SecurityGroupIdsHasBeenSet() const
CreateDevEndpointRequest & AddSecurityGroupIds(SecurityGroupIdsT &&value)
const Aws::String & GetSubnetId() const
bool PublicKeyHasBeenSet() const
CreateDevEndpointRequest & WithEndpointName(EndpointNameT &&value)
CreateDevEndpointRequest & WithSubnetId(SubnetIdT &&value)
void SetWorkerType(WorkerType value)
void SetRoleArn(RoleArnT &&value)
void SetEndpointName(EndpointNameT &&value)
void SetGlueVersion(GlueVersionT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetPublicKey(PublicKeyT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetExtraJarsS3Path() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
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