7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/model/WorkerType.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
53 inline void SetEndpointName(
const char* value) { m_endpointNameHasBeenSet =
true; m_endpointName.assign(value); }
68 inline void SetRoleArn(
const char* value) { m_roleArnHasBeenSet =
true; m_roleArn.assign(value); }
98 inline void SetSubnetId(
const char* value) { m_subnetIdHasBeenSet =
true; m_subnetId.assign(value); }
112 inline void SetYarnEndpointAddress(
const char* value) { m_yarnEndpointAddressHasBeenSet =
true; m_yarnEndpointAddress.assign(value); }
129 inline void SetPrivateAddress(
const char* value) { m_privateAddressHasBeenSet =
true; m_privateAddress.assign(value); }
155 inline void SetPublicAddress(
const char* value) { m_publicAddressHasBeenSet =
true; m_publicAddress.assign(value); }
169 inline void SetStatus(
const char* value) { m_statusHasBeenSet =
true; m_status.assign(value); }
217 inline void SetGlueVersion(
const char* value) { m_glueVersionHasBeenSet =
true; m_glueVersion.assign(value); }
231 inline void SetNumberOfWorkers(
int value) { m_numberOfWorkersHasBeenSet =
true; m_numberOfWorkers = value; }
242 inline void SetNumberOfNodes(
int value) { m_numberOfNodesHasBeenSet =
true; m_numberOfNodes = value; }
255 inline void SetAvailabilityZone(
const char* value) { m_availabilityZoneHasBeenSet =
true; m_availabilityZone.assign(value); }
270 inline void SetVpcId(
const char* value) { m_vpcIdHasBeenSet =
true; m_vpcId.assign(value); }
289 inline void SetExtraPythonLibsS3Path(
const char* value) { m_extraPythonLibsS3PathHasBeenSet =
true; m_extraPythonLibsS3Path.assign(value); }
305 inline void SetExtraJarsS3Path(
const char* value) { m_extraJarsS3PathHasBeenSet =
true; m_extraJarsS3Path.assign(value); }
319 inline void SetFailureReason(
const char* value) { m_failureReasonHasBeenSet =
true; m_failureReason.assign(value); }
333 inline void SetLastUpdateStatus(
const char* value) { m_lastUpdateStatusHasBeenSet =
true; m_lastUpdateStatus.assign(value); }
374 inline void SetPublicKey(
const char* value) { m_publicKeyHasBeenSet =
true; m_publicKey.assign(value); }
399 inline DevEndpoint&
AddPublicKeys(
const char* value) { m_publicKeysHasBeenSet =
true; m_publicKeys.push_back(value);
return *
this; }
411 inline void SetSecurityConfiguration(
const char* value) { m_securityConfigurationHasBeenSet =
true; m_securityConfiguration.assign(value); }
438 inline DevEndpoint&
AddArguments(
const char* key,
const char* value) { m_argumentsHasBeenSet =
true; m_arguments.emplace(key, value);
return *
this; }
443 bool m_endpointNameHasBeenSet =
false;
446 bool m_roleArnHasBeenSet =
false;
449 bool m_securityGroupIdsHasBeenSet =
false;
452 bool m_subnetIdHasBeenSet =
false;
455 bool m_yarnEndpointAddressHasBeenSet =
false;
458 bool m_privateAddressHasBeenSet =
false;
460 int m_zeppelinRemoteSparkInterpreterPort;
461 bool m_zeppelinRemoteSparkInterpreterPortHasBeenSet =
false;
464 bool m_publicAddressHasBeenSet =
false;
467 bool m_statusHasBeenSet =
false;
470 bool m_workerTypeHasBeenSet =
false;
473 bool m_glueVersionHasBeenSet =
false;
475 int m_numberOfWorkers;
476 bool m_numberOfWorkersHasBeenSet =
false;
479 bool m_numberOfNodesHasBeenSet =
false;
482 bool m_availabilityZoneHasBeenSet =
false;
485 bool m_vpcIdHasBeenSet =
false;
488 bool m_extraPythonLibsS3PathHasBeenSet =
false;
491 bool m_extraJarsS3PathHasBeenSet =
false;
494 bool m_failureReasonHasBeenSet =
false;
497 bool m_lastUpdateStatusHasBeenSet =
false;
500 bool m_createdTimestampHasBeenSet =
false;
503 bool m_lastModifiedTimestampHasBeenSet =
false;
506 bool m_publicKeyHasBeenSet =
false;
509 bool m_publicKeysHasBeenSet =
false;
512 bool m_securityConfigurationHasBeenSet =
false;
515 bool m_argumentsHasBeenSet =
false;
void SetRoleArn(const Aws::String &value)
DevEndpoint & WithArguments(Aws::Map< Aws::String, Aws::String > &&value)
void SetSubnetId(Aws::String &&value)
void SetFailureReason(Aws::String &&value)
void SetLastUpdateStatus(const Aws::String &value)
DevEndpoint & WithLastModifiedTimestamp(const Aws::Utils::DateTime &value)
DevEndpoint & WithStatus(const Aws::String &value)
DevEndpoint & WithEndpointName(const Aws::String &value)
DevEndpoint & WithPrivateAddress(Aws::String &&value)
const Aws::String & GetExtraJarsS3Path() const
DevEndpoint & WithYarnEndpointAddress(const char *value)
void SetEndpointName(Aws::String &&value)
DevEndpoint & WithSubnetId(Aws::String &&value)
bool NumberOfWorkersHasBeenSet() const
bool PrivateAddressHasBeenSet() const
DevEndpoint & WithEndpointName(Aws::String &&value)
void SetPublicAddress(Aws::String &&value)
DevEndpoint & WithSecurityConfiguration(const char *value)
AWS_GLUE_API DevEndpoint()
DevEndpoint & WithPublicKey(const Aws::String &value)
DevEndpoint & WithWorkerType(const WorkerType &value)
DevEndpoint & WithLastModifiedTimestamp(Aws::Utils::DateTime &&value)
void SetNumberOfWorkers(int value)
void SetSecurityGroupIds(Aws::Vector< Aws::String > &&value)
bool PublicKeyHasBeenSet() const
void SetStatus(const char *value)
DevEndpoint & WithStatus(const char *value)
DevEndpoint & WithSecurityGroupIds(const Aws::Vector< Aws::String > &value)
DevEndpoint & WithPublicAddress(const Aws::String &value)
void SetPublicKey(const char *value)
const Aws::Utils::DateTime & GetLastModifiedTimestamp() const
void SetPublicAddress(const Aws::String &value)
void SetExtraJarsS3Path(const Aws::String &value)
DevEndpoint & WithSecurityConfiguration(const Aws::String &value)
void SetSecurityConfiguration(const char *value)
void SetAvailabilityZone(const char *value)
bool YarnEndpointAddressHasBeenSet() const
DevEndpoint & WithExtraJarsS3Path(Aws::String &&value)
void SetExtraJarsS3Path(Aws::String &&value)
void SetPublicKey(const Aws::String &value)
void SetAvailabilityZone(const Aws::String &value)
DevEndpoint & WithRoleArn(const Aws::String &value)
const Aws::String & GetExtraPythonLibsS3Path() const
DevEndpoint & AddSecurityGroupIds(const Aws::String &value)
void SetSubnetId(const char *value)
void SetStatus(const Aws::String &value)
bool SecurityConfigurationHasBeenSet() const
const Aws::String & GetGlueVersion() const
void SetStatus(Aws::String &&value)
DevEndpoint & AddPublicKeys(Aws::String &&value)
DevEndpoint & WithSecurityConfiguration(Aws::String &&value)
DevEndpoint & AddArguments(Aws::String &&key, const char *value)
bool ExtraJarsS3PathHasBeenSet() const
AWS_GLUE_API DevEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
DevEndpoint & WithSubnetId(const Aws::String &value)
void SetLastUpdateStatus(const char *value)
void SetAvailabilityZone(Aws::String &&value)
DevEndpoint & WithLastUpdateStatus(const Aws::String &value)
void SetVpcId(const char *value)
void SetExtraJarsS3Path(const char *value)
DevEndpoint & WithGlueVersion(Aws::String &&value)
int GetZeppelinRemoteSparkInterpreterPort() const
DevEndpoint & WithRoleArn(Aws::String &&value)
const Aws::String & GetStatus() const
DevEndpoint & WithAvailabilityZone(const Aws::String &value)
void SetEndpointName(const Aws::String &value)
bool SecurityGroupIdsHasBeenSet() const
const Aws::String & GetPrivateAddress() const
bool GlueVersionHasBeenSet() const
const WorkerType & GetWorkerType() const
bool LastUpdateStatusHasBeenSet() const
DevEndpoint & AddArguments(const Aws::String &key, Aws::String &&value)
void SetCreatedTimestamp(Aws::Utils::DateTime &&value)
DevEndpoint & WithArguments(const Aws::Map< Aws::String, Aws::String > &value)
void SetGlueVersion(const Aws::String &value)
bool AvailabilityZoneHasBeenSet() const
bool EndpointNameHasBeenSet() const
const Aws::String & GetSecurityConfiguration() const
void SetYarnEndpointAddress(Aws::String &&value)
DevEndpoint & WithPublicKey(Aws::String &&value)
DevEndpoint & WithLastUpdateStatus(Aws::String &&value)
DevEndpoint & WithEndpointName(const char *value)
void SetLastModifiedTimestamp(const Aws::Utils::DateTime &value)
DevEndpoint & WithPublicAddress(const char *value)
int GetNumberOfWorkers() const
DevEndpoint & WithFailureReason(const char *value)
bool VpcIdHasBeenSet() const
const Aws::String & GetSubnetId() const
const Aws::String & GetEndpointName() const
DevEndpoint & WithGlueVersion(const Aws::String &value)
DevEndpoint & AddArguments(const Aws::String &key, const Aws::String &value)
void SetPrivateAddress(Aws::String &&value)
void SetRoleArn(Aws::String &&value)
void SetExtraPythonLibsS3Path(const Aws::String &value)
DevEndpoint & WithWorkerType(WorkerType &&value)
DevEndpoint & AddArguments(const char *key, Aws::String &&value)
const Aws::String & GetPublicAddress() const
void SetExtraPythonLibsS3Path(Aws::String &&value)
bool PublicAddressHasBeenSet() const
void SetPublicKeys(const Aws::Vector< Aws::String > &value)
const Aws::String & GetAvailabilityZone() const
bool ExtraPythonLibsS3PathHasBeenSet() const
void SetLastModifiedTimestamp(Aws::Utils::DateTime &&value)
DevEndpoint & WithGlueVersion(const char *value)
DevEndpoint & WithPublicKey(const char *value)
DevEndpoint & WithAvailabilityZone(Aws::String &&value)
DevEndpoint & AddSecurityGroupIds(const char *value)
const Aws::Utils::DateTime & GetCreatedTimestamp() const
void SetArguments(Aws::Map< Aws::String, Aws::String > &&value)
DevEndpoint & WithLastUpdateStatus(const char *value)
bool FailureReasonHasBeenSet() const
void SetArguments(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::Map< Aws::String, Aws::String > & GetArguments() const
DevEndpoint & AddPublicKeys(const Aws::String &value)
void SetSecurityGroupIds(const Aws::Vector< Aws::String > &value)
void SetGlueVersion(const char *value)
void SetRoleArn(const char *value)
DevEndpoint & WithRoleArn(const char *value)
void SetPrivateAddress(const Aws::String &value)
DevEndpoint & WithZeppelinRemoteSparkInterpreterPort(int value)
const Aws::Vector< Aws::String > & GetSecurityGroupIds() const
void SetEndpointName(const char *value)
const Aws::String & GetPublicKey() const
void SetVpcId(Aws::String &&value)
void SetZeppelinRemoteSparkInterpreterPort(int value)
int GetNumberOfNodes() const
DevEndpoint & WithPublicKeys(const Aws::Vector< Aws::String > &value)
void SetSecurityConfiguration(const Aws::String &value)
DevEndpoint & WithExtraPythonLibsS3Path(const Aws::String &value)
DevEndpoint & WithPublicAddress(Aws::String &&value)
DevEndpoint & AddArguments(const char *key, const char *value)
bool PublicKeysHasBeenSet() const
DevEndpoint & WithExtraJarsS3Path(const char *value)
bool NumberOfNodesHasBeenSet() const
void SetGlueVersion(Aws::String &&value)
DevEndpoint & WithPublicKeys(Aws::Vector< Aws::String > &&value)
void SetPublicKeys(Aws::Vector< Aws::String > &&value)
bool ZeppelinRemoteSparkInterpreterPortHasBeenSet() const
void SetCreatedTimestamp(const Aws::Utils::DateTime &value)
bool CreatedTimestampHasBeenSet() const
void SetNumberOfNodes(int value)
DevEndpoint & WithVpcId(const Aws::String &value)
void SetSubnetId(const Aws::String &value)
DevEndpoint & WithStatus(Aws::String &&value)
void SetFailureReason(const Aws::String &value)
const Aws::String & GetFailureReason() const
void SetPublicAddress(const char *value)
DevEndpoint & WithVpcId(Aws::String &&value)
bool RoleArnHasBeenSet() const
void SetLastUpdateStatus(Aws::String &&value)
void SetPublicKey(Aws::String &&value)
DevEndpoint & WithCreatedTimestamp(const Aws::Utils::DateTime &value)
bool SubnetIdHasBeenSet() const
DevEndpoint & WithFailureReason(const Aws::String &value)
void SetPrivateAddress(const char *value)
DevEndpoint & WithExtraPythonLibsS3Path(Aws::String &&value)
DevEndpoint & AddSecurityGroupIds(Aws::String &&value)
DevEndpoint & WithYarnEndpointAddress(Aws::String &&value)
DevEndpoint & WithYarnEndpointAddress(const Aws::String &value)
void SetFailureReason(const char *value)
const Aws::String & GetVpcId() const
void SetVpcId(const Aws::String &value)
DevEndpoint & WithCreatedTimestamp(Aws::Utils::DateTime &&value)
DevEndpoint & AddArguments(Aws::String &&key, Aws::String &&value)
void SetSecurityConfiguration(Aws::String &&value)
const Aws::String & GetLastUpdateStatus() const
DevEndpoint & WithNumberOfNodes(int value)
const Aws::String & GetYarnEndpointAddress() const
bool ArgumentsHasBeenSet() const
DevEndpoint & WithFailureReason(Aws::String &&value)
DevEndpoint & AddPublicKeys(const char *value)
void SetWorkerType(const WorkerType &value)
void SetYarnEndpointAddress(const Aws::String &value)
void SetWorkerType(WorkerType &&value)
DevEndpoint & WithPrivateAddress(const Aws::String &value)
void SetExtraPythonLibsS3Path(const char *value)
DevEndpoint & WithPrivateAddress(const char *value)
const Aws::Vector< Aws::String > & GetPublicKeys() const
DevEndpoint & WithVpcId(const char *value)
DevEndpoint & WithNumberOfWorkers(int value)
DevEndpoint & WithSecurityGroupIds(Aws::Vector< Aws::String > &&value)
DevEndpoint & WithExtraPythonLibsS3Path(const char *value)
DevEndpoint & AddArguments(Aws::String &&key, const Aws::String &value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
DevEndpoint & WithSubnetId(const char *value)
const Aws::String & GetRoleArn() const
bool StatusHasBeenSet() const
bool LastModifiedTimestampHasBeenSet() const
DevEndpoint & WithExtraJarsS3Path(const Aws::String &value)
AWS_GLUE_API DevEndpoint(Aws::Utils::Json::JsonView jsonValue)
DevEndpoint & WithAvailabilityZone(const char *value)
void SetYarnEndpointAddress(const char *value)
bool WorkerTypeHasBeenSet() const
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