7#include <aws/core/utils/DateTime.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/glue/Glue_EXPORTS.h>
12#include <aws/glue/model/WorkerType.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename Endpo
intNameT = Aws::String>
40 m_endpointNameHasBeenSet =
true;
41 m_endpointName = std::forward<EndpointNameT>(value);
43 template <
typename Endpo
intNameT = Aws::String>
55 template <
typename StatusT = Aws::String>
57 m_statusHasBeenSet =
true;
58 m_status = std::forward<StatusT>(value);
60 template <
typename StatusT = Aws::String>
72 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
74 m_securityGroupIdsHasBeenSet =
true;
75 m_securityGroupIds = std::forward<SecurityGroupIdsT>(value);
77 template <
typename SecurityGroupIdsT = Aws::Vector<Aws::String>>
82 template <
typename SecurityGroupIdsT = Aws::String>
84 m_securityGroupIdsHasBeenSet =
true;
85 m_securityGroupIds.emplace_back(std::forward<SecurityGroupIdsT>(value));
95 template <
typename SubnetIdT = Aws::String>
97 m_subnetIdHasBeenSet =
true;
98 m_subnetId = std::forward<SubnetIdT>(value);
100 template <
typename SubnetIdT = Aws::String>
113 template <
typename RoleArnT = Aws::String>
115 m_roleArnHasBeenSet =
true;
116 m_roleArn = std::forward<RoleArnT>(value);
118 template <
typename RoleArnT = Aws::String>
130 template <
typename YarnEndpo
intAddressT = Aws::String>
132 m_yarnEndpointAddressHasBeenSet =
true;
133 m_yarnEndpointAddress = std::forward<YarnEndpointAddressT>(value);
135 template <
typename YarnEndpo
intAddressT = Aws::String>
148 m_zeppelinRemoteSparkInterpreterPortHasBeenSet =
true;
149 m_zeppelinRemoteSparkInterpreterPort = value;
164 m_numberOfNodesHasBeenSet =
true;
165 m_numberOfNodes = value;
180 m_workerTypeHasBeenSet =
true;
181 m_workerType = value;
199 template <
typename GlueVersionT = Aws::String>
201 m_glueVersionHasBeenSet =
true;
202 m_glueVersion = std::forward<GlueVersionT>(value);
204 template <
typename GlueVersionT = Aws::String>
218 m_numberOfWorkersHasBeenSet =
true;
219 m_numberOfWorkers = value;
233 template <
typename AvailabilityZoneT = Aws::String>
235 m_availabilityZoneHasBeenSet =
true;
236 m_availabilityZone = std::forward<AvailabilityZoneT>(value);
238 template <
typename AvailabilityZoneT = Aws::String>
251 template <
typename VpcIdT = Aws::String>
253 m_vpcIdHasBeenSet =
true;
254 m_vpcId = std::forward<VpcIdT>(value);
256 template <
typename VpcIdT = Aws::String>
258 SetVpcId(std::forward<VpcIdT>(value));
269 template <
typename ExtraPythonLibsS3PathT = Aws::String>
271 m_extraPythonLibsS3PathHasBeenSet =
true;
272 m_extraPythonLibsS3Path = std::forward<ExtraPythonLibsS3PathT>(value);
274 template <
typename ExtraPythonLibsS3PathT = Aws::String>
287 template <
typename ExtraJarsS3PathT = Aws::String>
289 m_extraJarsS3PathHasBeenSet =
true;
290 m_extraJarsS3Path = std::forward<ExtraJarsS3PathT>(value);
292 template <
typename ExtraJarsS3PathT = Aws::String>
304 template <
typename FailureReasonT = Aws::String>
306 m_failureReasonHasBeenSet =
true;
307 m_failureReason = std::forward<FailureReasonT>(value);
309 template <
typename FailureReasonT = Aws::String>
322 template <
typename SecurityConfigurationT = Aws::String>
324 m_securityConfigurationHasBeenSet =
true;
325 m_securityConfiguration = std::forward<SecurityConfigurationT>(value);
327 template <
typename SecurityConfigurationT = Aws::String>
339 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
341 m_createdTimestampHasBeenSet =
true;
342 m_createdTimestamp = std::forward<CreatedTimestampT>(value);
344 template <
typename CreatedTimestampT = Aws::Utils::DateTime>
361 template <
typename ArgumentsT = Aws::Map<Aws::String, Aws::String>>
363 m_argumentsHasBeenSet =
true;
364 m_arguments = std::forward<ArgumentsT>(value);
366 template <
typename ArgumentsT = Aws::Map<Aws::String, Aws::String>>
371 template <
typename ArgumentsKeyT = Aws::String,
typename ArgumentsValueT = Aws::String>
373 m_argumentsHasBeenSet =
true;
374 m_arguments.emplace(std::forward<ArgumentsKeyT>(key), std::forward<ArgumentsValueT>(value));
382 template <
typename RequestIdT = Aws::String>
384 m_requestIdHasBeenSet =
true;
385 m_requestId = std::forward<RequestIdT>(value);
387 template <
typename RequestIdT = Aws::String>
406 int m_zeppelinRemoteSparkInterpreterPort{0};
408 int m_numberOfNodes{0};
414 int m_numberOfWorkers{0};
433 bool m_endpointNameHasBeenSet =
false;
434 bool m_statusHasBeenSet =
false;
435 bool m_securityGroupIdsHasBeenSet =
false;
436 bool m_subnetIdHasBeenSet =
false;
437 bool m_roleArnHasBeenSet =
false;
438 bool m_yarnEndpointAddressHasBeenSet =
false;
439 bool m_zeppelinRemoteSparkInterpreterPortHasBeenSet =
false;
440 bool m_numberOfNodesHasBeenSet =
false;
441 bool m_workerTypeHasBeenSet =
false;
442 bool m_glueVersionHasBeenSet =
false;
443 bool m_numberOfWorkersHasBeenSet =
false;
444 bool m_availabilityZoneHasBeenSet =
false;
445 bool m_vpcIdHasBeenSet =
false;
446 bool m_extraPythonLibsS3PathHasBeenSet =
false;
447 bool m_extraJarsS3PathHasBeenSet =
false;
448 bool m_failureReasonHasBeenSet =
false;
449 bool m_securityConfigurationHasBeenSet =
false;
450 bool m_createdTimestampHasBeenSet =
false;
451 bool m_argumentsHasBeenSet =
false;
452 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetExtraJarsS3Path() const
void SetNumberOfWorkers(int value)
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