7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/glue/Glue_EXPORTS.h>
13#include <aws/glue/model/WorkerType.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename Endpo
intNameT = Aws::String>
41 m_endpointNameHasBeenSet =
true;
42 m_endpointName = std::forward<EndpointNameT>(value);
44 template <
typename Endpo
intNameT = Aws::String>
56 template <
typename StatusT = Aws::String>
58 m_statusHasBeenSet =
true;
59 m_status = std::forward<StatusT>(value);
61 template <
typename StatusT = Aws::String>
73 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
75 m_securityGroupIdsHasBeenSet =
true;
76 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
78 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
83 template <
typename SecurityGroupIdsT = Aws::String>
85 m_securityGroupIdsHasBeenSet =
true;
86 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
96 template <
typename SubnetIdT = Aws::String>
98 m_subnetIdHasBeenSet =
true;
99 m_subnetId = std::forward<SubnetIdT>(value);
101 template <
typename SubnetIdT = Aws::String>
114 template <
typename RoleArnT = Aws::String>
116 m_roleArnHasBeenSet =
true;
117 m_roleArn = std::forward<RoleArnT>(value);
119 template <
typename RoleArnT = Aws::String>
131 template <
typename YarnEndpo
intAddressT = Aws::String>
133 m_yarnEndpointAddressHasBeenSet =
true;
134 m_yarnEndpointAddress = std::forward<YarnEndpointAddressT>(value);
136 template <
typename YarnEndpo
intAddressT = Aws::String>
149 m_zeppelinRemoteSparkInterpreterPortHasBeenSet =
true;
150 m_zeppelinRemoteSparkInterpreterPort = value;
165 m_numberOfNodesHasBeenSet =
true;
166 m_numberOfNodes = value;
181 m_workerTypeHasBeenSet =
true;
182 m_workerType = value;
200 template <
typename GlueVersionT = Aws::String>
202 m_glueVersionHasBeenSet =
true;
203 m_glueVersion = std::forward<GlueVersionT>(value);
205 template <
typename GlueVersionT = Aws::String>
219 m_numberOfWorkersHasBeenSet =
true;
220 m_numberOfWorkers = value;
234 template <
typename AvailabilityZoneT = Aws::String>
236 m_availabilityZoneHasBeenSet =
true;
237 m_availabilityZone = std::forward<AvailabilityZoneT>(value);
239 template <
typename AvailabilityZoneT = Aws::String>
252 template <
typename VpcIdT = Aws::String>
254 m_vpcIdHasBeenSet =
true;
255 m_vpcId = std::forward<VpcIdT>(value);
257 template <
typename VpcIdT = Aws::String>
259 SetVpcId(std::forward<VpcIdT>(value));
270 template <
typename ExtraPythonLibsS3PathT = Aws::String>
272 m_extraPythonLibsS3PathHasBeenSet =
true;
273 m_extraPythonLibsS3Path = std::forward<ExtraPythonLibsS3PathT>(value);
275 template <
typename ExtraPythonLibsS3PathT = Aws::String>
288 template <
typename ExtraJarsS3PathT = Aws::String>
290 m_extraJarsS3PathHasBeenSet =
true;
291 m_extraJarsS3Path = std::forward<ExtraJarsS3PathT>(value);
293 template <
typename ExtraJarsS3PathT = Aws::String>
305 template <
typename FailureReasonT = Aws::String>
307 m_failureReasonHasBeenSet =
true;
308 m_failureReason = std::forward<FailureReasonT>(value);
310 template <
typename FailureReasonT = Aws::String>
323 template <
typename SecurityConfigurationT = Aws::String>
325 m_securityConfigurationHasBeenSet =
true;
326 m_securityConfiguration = std::forward<SecurityConfigurationT>(value);
328 template <
typename SecurityConfigurationT = Aws::String>
340 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
342 m_createdTimestampHasBeenSet =
true;
343 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
345 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
362 template <
typename ArgumentsT = Aws::Map<Aws::String, Aws::String>>
364 m_argumentsHasBeenSet =
true;
365 m_arguments = std::forward<ArgumentsT>(value);
367 template <
typename ArgumentsT = Aws::Map<Aws::String, Aws::String>>
372 template <
typename ArgumentsKeyT = Aws::String,
typename ArgumentsValueT = Aws::String>
374 m_argumentsHasBeenSet =
true;
375 m_arguments.emplace(std::forward<ArgumentsKeyT>(key), std::forward<ArgumentsValueT>(value));
383 template <
typename RequestIdT = Aws::String>
385 m_requestIdHasBeenSet =
true;
386 m_requestId = std::forward<RequestIdT>(value);
388 template <
typename RequestIdT = Aws::String>
409 int m_zeppelinRemoteSparkInterpreterPort{0};
411 int m_numberOfNodes{0};
417 int m_numberOfWorkers{0};
437 bool m_endpointNameHasBeenSet =
false;
438 bool m_statusHasBeenSet =
false;
439 bool m_securityGroupIdsHasBeenSet =
false;
440 bool m_subnetIdHasBeenSet =
false;
441 bool m_roleArnHasBeenSet =
false;
442 bool m_yarnEndpointAddressHasBeenSet =
false;
443 bool m_zeppelinRemoteSparkInterpreterPortHasBeenSet =
false;
444 bool m_numberOfNodesHasBeenSet =
false;
445 bool m_workerTypeHasBeenSet =
false;
446 bool m_glueVersionHasBeenSet =
false;
447 bool m_numberOfWorkersHasBeenSet =
false;
448 bool m_availabilityZoneHasBeenSet =
false;
449 bool m_vpcIdHasBeenSet =
false;
450 bool m_extraPythonLibsS3PathHasBeenSet =
false;
451 bool m_extraJarsS3PathHasBeenSet =
false;
452 bool m_failureReasonHasBeenSet =
false;
453 bool m_securityConfigurationHasBeenSet =
false;
454 bool m_createdTimestampHasBeenSet =
false;
455 bool m_argumentsHasBeenSet =
false;
456 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetExtraJarsS3Path() const
void SetNumberOfWorkers(int value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_GLUE_API CreateDevEndpointResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDevEndpointResult & WithNumberOfNodes(int value)
CreateDevEndpointResult & WithVpcId(VpcIdT &&value)
CreateDevEndpointResult & WithZeppelinRemoteSparkInterpreterPort(int value)
const Aws::String & GetExtraPythonLibsS3Path() const
const Aws::String & GetVpcId() const
CreateDevEndpointResult & AddArguments(ArgumentsKeyT &&key, ArgumentsValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetArguments() const
CreateDevEndpointResult & WithGlueVersion(GlueVersionT &&value)
const Aws::String & GetRoleArn() const
void SetStatus(StatusT &&value)
void SetSecurityConfiguration(SecurityConfigurationT &&value)
CreateDevEndpointResult & WithCreatedTimestamp(CreatedTimestampT &&value)
void SetFailureReason(FailureReasonT &&value)
void SetGlueVersion(GlueVersionT &&value)
const Aws::String & GetRequestId() const
CreateDevEndpointResult & WithWorkerType(WorkerType value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
void SetEndpointName(EndpointNameT &&value)
const Aws::String & GetAvailabilityZone() const
int GetNumberOfNodes() const
void SetExtraPythonLibsS3Path(ExtraPythonLibsS3PathT &&value)
void SetAvailabilityZone(AvailabilityZoneT &&value)
CreateDevEndpointResult & WithRoleArn(RoleArnT &&value)
void SetWorkerType(WorkerType value)
WorkerType GetWorkerType() const
void SetVpcId(VpcIdT &&value)
CreateDevEndpointResult & WithExtraJarsS3Path(ExtraJarsS3PathT &&value)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
void SetRequestId(RequestIdT &&value)
void SetYarnEndpointAddress(YarnEndpointAddressT &&value)
CreateDevEndpointResult & WithSubnetId(SubnetIdT &&value)
void SetZeppelinRemoteSparkInterpreterPort(int value)
int GetZeppelinRemoteSparkInterpreterPort() const
void SetNumberOfNodes(int value)
CreateDevEndpointResult & WithFailureReason(FailureReasonT &&value)
AWS_GLUE_API CreateDevEndpointResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateDevEndpointResult & WithSecurityConfiguration(SecurityConfigurationT &&value)
const Aws::String & GetSecurityConfiguration() const
const Aws::String & GetStatus() const
void SetExtraJarsS3Path(ExtraJarsS3PathT &&value)
void SetArguments(ArgumentsT &&value)
CreateDevEndpointResult & WithStatus(StatusT &&value)
void SetSecurityGroupIds(SecurityGroupIdsT &&value)
const Aws::String & GetGlueVersion() const
CreateDevEndpointResult & WithSecurityGroupIds(SecurityGroupIdsT &&value)
CreateDevEndpointResult & WithRequestId(RequestIdT &&value)
CreateDevEndpointResult & WithNumberOfWorkers(int value)
CreateDevEndpointResult & AddSecurityGroupIds(SecurityGroupIdsT &&value)
AWS_GLUE_API CreateDevEndpointResult()=default
CreateDevEndpointResult & WithAvailabilityZone(AvailabilityZoneT &&value)
void SetCreatedTimestamp(CreatedTimestampT &&value)
void SetRoleArn(RoleArnT &&value)
void SetSubnetId(SubnetIdT &&value)
const Aws::String & GetYarnEndpointAddress() const
int GetNumberOfWorkers() const
const Aws::String & GetSubnetId() const
CreateDevEndpointResult & WithExtraPythonLibsS3Path(ExtraPythonLibsS3PathT &&value)
CreateDevEndpointResult & WithYarnEndpointAddress(YarnEndpointAddressT &&value)
const Aws::String & GetEndpointName() const
CreateDevEndpointResult & WithArguments(ArgumentsT &&value)
const Aws::String & GetFailureReason() const
CreateDevEndpointResult & WithEndpointName(EndpointNameT &&value)
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
Aws::Utils::Json::JsonValue JsonValue