7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/CodeGenConfigurationNode.h>
12#include <aws/glue/model/ConnectionsList.h>
13#include <aws/glue/model/ExecutionClass.h>
14#include <aws/glue/model/ExecutionProperty.h>
15#include <aws/glue/model/JobCommand.h>
16#include <aws/glue/model/JobMode.h>
17#include <aws/glue/model/NotificationProperty.h>
18#include <aws/glue/model/SourceControlDetails.h>
19#include <aws/glue/model/WorkerType.h>
50 template <
typename NameT = Aws::String>
52 m_nameHasBeenSet =
true;
53 m_name = std::forward<NameT>(value);
55 template <
typename NameT = Aws::String>
57 SetName(std::forward<NameT>(value));
75 m_jobModeHasBeenSet =
true;
95 m_jobRunQueuingEnabledHasBeenSet =
true;
96 m_jobRunQueuingEnabled = value;
110 template <
typename DescriptionT = Aws::String>
112 m_descriptionHasBeenSet =
true;
113 m_description = std::forward<DescriptionT>(value);
115 template <
typename DescriptionT = Aws::String>
128 template <
typename LogUriT = Aws::String>
130 m_logUriHasBeenSet =
true;
131 m_logUri = std::forward<LogUriT>(value);
133 template <
typename LogUriT = Aws::String>
147 template <
typename RoleT = Aws::String>
149 m_roleHasBeenSet =
true;
150 m_role = std::forward<RoleT>(value);
152 template <
typename RoleT = Aws::String>
154 SetRole(std::forward<RoleT>(value));
166 template <
typename ExecutionPropertyT = ExecutionProperty>
168 m_executionPropertyHasBeenSet =
true;
169 m_executionProperty = std::forward<ExecutionPropertyT>(value);
171 template <
typename ExecutionPropertyT = ExecutionProperty>
184 template <
typename CommandT = JobCommand>
186 m_commandHasBeenSet =
true;
187 m_command = std::forward<CommandT>(value);
189 template <
typename CommandT = JobCommand>
218 template <
typename DefaultArgumentsT = Aws::Map<Aws::String, Aws::String>>
220 m_defaultArgumentsHasBeenSet =
true;
221 m_defaultArguments = std::forward<DefaultArgumentsT>(value);
223 template <
typename DefaultArgumentsT = Aws::Map<Aws::String, Aws::String>>
228 template <
typename DefaultArgumentsKeyT = Aws::String,
typename DefaultArgumentsValueT = Aws::String>
230 m_defaultArgumentsHasBeenSet =
true;
231 m_defaultArguments.emplace(std::forward<DefaultArgumentsKeyT>(key), std::forward<DefaultArgumentsValueT>(value));
243 template <
typename NonOverr
idableArgumentsT = Aws::Map<Aws::String, Aws::String>>
245 m_nonOverridableArgumentsHasBeenSet =
true;
246 m_nonOverridableArguments = std::forward<NonOverridableArgumentsT>(value);
248 template <
typename NonOverr
idableArgumentsT = Aws::Map<Aws::String, Aws::String>>
253 template <
typename NonOverr
idableArgumentsKeyT = Aws::String,
typename NonOverr
idableArgumentsValueT = Aws::String>
255 m_nonOverridableArgumentsHasBeenSet =
true;
256 m_nonOverridableArguments.emplace(std::forward<NonOverridableArgumentsKeyT>(key), std::forward<NonOverridableArgumentsValueT>(value));
267 template <
typename ConnectionsT = ConnectionsList>
269 m_connectionsHasBeenSet =
true;
270 m_connections = std::forward<ConnectionsT>(value);
272 template <
typename ConnectionsT = ConnectionsList>
286 m_maxRetriesHasBeenSet =
true;
287 m_maxRetries = value;
311 m_timeoutHasBeenSet =
true;
344 m_maxCapacityHasBeenSet =
true;
345 m_maxCapacity = value;
360 template <
typename SecurityConfigurationT = Aws::String>
362 m_securityConfigurationHasBeenSet =
true;
363 m_securityConfiguration = std::forward<SecurityConfigurationT>(value);
365 template <
typename SecurityConfigurationT = Aws::String>
381 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
383 m_tagsHasBeenSet =
true;
384 m_tags = std::forward<TagsT>(value);
386 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
388 SetTags(std::forward<TagsT>(value));
391 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
393 m_tagsHasBeenSet =
true;
394 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
405 template <
typename NotificationPropertyT = NotificationProperty>
407 m_notificationPropertyHasBeenSet =
true;
408 m_notificationProperty = std::forward<NotificationPropertyT>(value);
410 template <
typename NotificationPropertyT = NotificationProperty>
433 template <
typename GlueVersionT = Aws::String>
435 m_glueVersionHasBeenSet =
true;
436 m_glueVersion = std::forward<GlueVersionT>(value);
438 template <
typename GlueVersionT = Aws::String>
453 m_numberOfWorkersHasBeenSet =
true;
454 m_numberOfWorkers = value;
501 m_workerTypeHasBeenSet =
true;
502 m_workerType = value;
517 template <
typename CodeGenConfigurationNodesT = Aws::Map<Aws::String, CodeGenConfigurationNode>>
519 m_codeGenConfigurationNodesHasBeenSet =
true;
520 m_codeGenConfigurationNodes = std::forward<CodeGenConfigurationNodesT>(value);
522 template <
typename CodeGenConfigurationNodesT = Aws::Map<Aws::String, CodeGenConfigurationNode>>
527 template <
typename CodeGenConfigurationNodesKeyT = Aws::String,
typename CodeGenConfigurationNodesValueT = CodeGenConfigurationNode>
529 m_codeGenConfigurationNodesHasBeenSet =
true;
530 m_codeGenConfigurationNodes.emplace(std::forward<CodeGenConfigurationNodesKeyT>(key),
531 std::forward<CodeGenConfigurationNodesValueT>(value));
549 m_executionClassHasBeenSet =
true;
550 m_executionClass = value;
565 template <
typename SourceControlDetailsT = SourceControlDetails>
567 m_sourceControlDetailsHasBeenSet =
true;
568 m_sourceControlDetails = std::forward<SourceControlDetailsT>(value);
570 template <
typename SourceControlDetailsT = SourceControlDetails>
588 template <
typename Ma
intenanceWindowT = Aws::String>
590 m_maintenanceWindowHasBeenSet =
true;
591 m_maintenanceWindow = std::forward<MaintenanceWindowT>(value);
593 template <
typename Ma
intenanceWindowT = Aws::String>
604 bool m_jobRunQueuingEnabled{
false};
612 ExecutionProperty m_executionProperty;
614 JobCommand m_command;
620 ConnectionsList m_connections;
626 double m_maxCapacity{0.0};
632 NotificationProperty m_notificationProperty;
636 int m_numberOfWorkers{0};
644 SourceControlDetails m_sourceControlDetails;
647 bool m_nameHasBeenSet =
false;
648 bool m_jobModeHasBeenSet =
false;
649 bool m_jobRunQueuingEnabledHasBeenSet =
false;
650 bool m_descriptionHasBeenSet =
false;
651 bool m_logUriHasBeenSet =
false;
652 bool m_roleHasBeenSet =
false;
653 bool m_executionPropertyHasBeenSet =
false;
654 bool m_commandHasBeenSet =
false;
655 bool m_defaultArgumentsHasBeenSet =
false;
656 bool m_nonOverridableArgumentsHasBeenSet =
false;
657 bool m_connectionsHasBeenSet =
false;
658 bool m_maxRetriesHasBeenSet =
false;
659 bool m_timeoutHasBeenSet =
false;
660 bool m_maxCapacityHasBeenSet =
false;
661 bool m_securityConfigurationHasBeenSet =
false;
662 bool m_tagsHasBeenSet =
false;
663 bool m_notificationPropertyHasBeenSet =
false;
664 bool m_glueVersionHasBeenSet =
false;
665 bool m_numberOfWorkersHasBeenSet =
false;
666 bool m_workerTypeHasBeenSet =
false;
667 bool m_codeGenConfigurationNodesHasBeenSet =
false;
668 bool m_executionClassHasBeenSet =
false;
669 bool m_sourceControlDetailsHasBeenSet =
false;
670 bool m_maintenanceWindowHasBeenSet =
false;
void SetNonOverridableArguments(NonOverridableArgumentsT &&value)
void SetRole(RoleT &&value)
CreateJobRequest & WithWorkerType(WorkerType value)
const ExecutionProperty & GetExecutionProperty() const
CreateJobRequest & AddCodeGenConfigurationNodes(CodeGenConfigurationNodesKeyT &&key, CodeGenConfigurationNodesValueT &&value)
int GetNumberOfWorkers() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool MaxRetriesHasBeenSet() const
void SetDescription(DescriptionT &&value)
int GetMaxRetries() const
bool WorkerTypeHasBeenSet() const
double GetMaxCapacity() const
const Aws::String & GetName() const
void SetJobRunQueuingEnabled(bool value)
CreateJobRequest & WithCodeGenConfigurationNodes(CodeGenConfigurationNodesT &&value)
bool ExecutionPropertyHasBeenSet() const
bool GetJobRunQueuingEnabled() const
void SetMaxCapacity(double value)
const ConnectionsList & GetConnections() const
void SetTags(TagsT &&value)
CreateJobRequest & WithNonOverridableArguments(NonOverridableArgumentsT &&value)
CreateJobRequest & WithConnections(ConnectionsT &&value)
CreateJobRequest & WithSecurityConfiguration(SecurityConfigurationT &&value)
bool MaintenanceWindowHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetNonOverridableArguments() const
CreateJobRequest & WithDefaultArguments(DefaultArgumentsT &&value)
JobMode GetJobMode() const
bool MaxCapacityHasBeenSet() const
bool JobModeHasBeenSet() const
CreateJobRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool NotificationPropertyHasBeenSet() const
bool TagsHasBeenSet() const
CreateJobRequest & WithJobRunQueuingEnabled(bool value)
bool SecurityConfigurationHasBeenSet() const
void SetDefaultArguments(DefaultArgumentsT &&value)
const JobCommand & GetCommand() const
void SetMaxRetries(int value)
void SetCommand(CommandT &&value)
const Aws::String & GetLogUri() const
CreateJobRequest & WithLogUri(LogUriT &&value)
const Aws::String & GetRole() const
CreateJobRequest & WithTimeout(int value)
void SetTimeout(int value)
bool RoleHasBeenSet() const
bool JobRunQueuingEnabledHasBeenSet() const
void SetSecurityConfiguration(SecurityConfigurationT &&value)
CreateJobRequest & WithMaxCapacity(double value)
bool LogUriHasBeenSet() const
CreateJobRequest & WithTags(TagsT &&value)
CreateJobRequest & WithSourceControlDetails(SourceControlDetailsT &&value)
void SetGlueVersion(GlueVersionT &&value)
bool SourceControlDetailsHasBeenSet() const
void SetMaintenanceWindow(MaintenanceWindowT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetMaintenanceWindow() const
CreateJobRequest & WithDescription(DescriptionT &&value)
AWS_GLUE_API CreateJobRequest()=default
void SetNotificationProperty(NotificationPropertyT &&value)
CreateJobRequest & WithJobMode(JobMode value)
bool NameHasBeenSet() const
CreateJobRequest & WithRole(RoleT &&value)
bool NonOverridableArgumentsHasBeenSet() const
bool CommandHasBeenSet() const
const Aws::String & GetSecurityConfiguration() const
CreateJobRequest & AddNonOverridableArguments(NonOverridableArgumentsKeyT &&key, NonOverridableArgumentsValueT &&value)
bool ExecutionClassHasBeenSet() const
CreateJobRequest & WithCommand(CommandT &&value)
CreateJobRequest & WithExecutionProperty(ExecutionPropertyT &&value)
CreateJobRequest & WithGlueVersion(GlueVersionT &&value)
bool DescriptionHasBeenSet() const
const NotificationProperty & GetNotificationProperty() const
CreateJobRequest & WithNumberOfWorkers(int value)
void SetWorkerType(WorkerType value)
CreateJobRequest & WithMaintenanceWindow(MaintenanceWindowT &&value)
WorkerType GetWorkerType() const
const SourceControlDetails & GetSourceControlDetails() const
const Aws::Map< Aws::String, CodeGenConfigurationNode > & GetCodeGenConfigurationNodes() const
void SetLogUri(LogUriT &&value)
void SetExecutionProperty(ExecutionPropertyT &&value)
const Aws::Map< Aws::String, Aws::String > & GetDefaultArguments() const
void SetJobMode(JobMode value)
bool CodeGenConfigurationNodesHasBeenSet() const
const Aws::String & GetGlueVersion() const
const Aws::String & GetDescription() const
void SetCodeGenConfigurationNodes(CodeGenConfigurationNodesT &&value)
void SetNumberOfWorkers(int value)
AWS_GLUE_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
CreateJobRequest & WithName(NameT &&value)
CreateJobRequest & WithMaxRetries(int value)
bool ConnectionsHasBeenSet() const
CreateJobRequest & AddDefaultArguments(DefaultArgumentsKeyT &&key, DefaultArgumentsValueT &&value)
virtual const char * GetServiceRequestName() const override
bool DefaultArgumentsHasBeenSet() const
void SetExecutionClass(ExecutionClass value)
CreateJobRequest & WithNotificationProperty(NotificationPropertyT &&value)
bool TimeoutHasBeenSet() const
CreateJobRequest & WithExecutionClass(ExecutionClass value)
ExecutionClass GetExecutionClass() const
bool NumberOfWorkersHasBeenSet() const
bool GlueVersionHasBeenSet() const
void SetConnections(ConnectionsT &&value)
void SetSourceControlDetails(SourceControlDetailsT &&value)
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