7#include <aws/batch/BatchRequest.h>
8#include <aws/batch/Batch_EXPORTS.h>
9#include <aws/batch/model/ComputeEnvironmentOrder.h>
10#include <aws/batch/model/JQState.h>
11#include <aws/batch/model/JobStateTimeLimitAction.h>
12#include <aws/batch/model/ServiceEnvironmentOrder.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename JobQueueT = Aws::String>
48 m_jobQueueHasBeenSet =
true;
49 m_jobQueue = std::forward<JobQueueT>(value);
51 template <
typename JobQueueT = Aws::String>
68 m_stateHasBeenSet =
true;
88 template <
typename SchedulingPolicyArnT = Aws::String>
90 m_schedulingPolicyArnHasBeenSet =
true;
91 m_schedulingPolicyArn = std::forward<SchedulingPolicyArnT>(value);
93 template <
typename SchedulingPolicyArnT = Aws::String>
115 m_priorityHasBeenSet =
true;
139 template <
typename ComputeEnvironmentOrderT = Aws::Vector<ComputeEnvironmentOrder>>
141 m_computeEnvironmentOrderHasBeenSet =
true;
142 m_computeEnvironmentOrder = std::forward<ComputeEnvironmentOrderT>(value);
144 template <
typename ComputeEnvironmentOrderT = Aws::Vector<ComputeEnvironmentOrder>>
149 template <
typename ComputeEnvironmentOrderT = ComputeEnvironmentOrder>
151 m_computeEnvironmentOrderHasBeenSet =
true;
152 m_computeEnvironmentOrder.emplace_back(std::forward<ComputeEnvironmentOrderT>(value));
165 template <
typename ServiceEnvironmentOrderT = Aws::Vector<ServiceEnvironmentOrder>>
167 m_serviceEnvironmentOrderHasBeenSet =
true;
168 m_serviceEnvironmentOrder = std::forward<ServiceEnvironmentOrderT>(value);
170 template <
typename ServiceEnvironmentOrderT = Aws::Vector<ServiceEnvironmentOrder>>
175 template <
typename ServiceEnvironmentOrderT = ServiceEnvironmentOrder>
177 m_serviceEnvironmentOrderHasBeenSet =
true;
178 m_serviceEnvironmentOrder.emplace_back(std::forward<ServiceEnvironmentOrderT>(value));
193 template <
typename JobStateTimeLimitActionsT = Aws::Vector<JobStateTimeLimitAction>>
195 m_jobStateTimeLimitActionsHasBeenSet =
true;
196 m_jobStateTimeLimitActions = std::forward<JobStateTimeLimitActionsT>(value);
198 template <
typename JobStateTimeLimitActionsT = Aws::Vector<JobStateTimeLimitAction>>
203 template <
typename JobStateTimeLimitActionsT = JobStateTimeLimitAction>
205 m_jobStateTimeLimitActionsHasBeenSet =
true;
206 m_jobStateTimeLimitActions.emplace_back(std::forward<JobStateTimeLimitActionsT>(value));
224 bool m_jobQueueHasBeenSet =
false;
225 bool m_stateHasBeenSet =
false;
226 bool m_schedulingPolicyArnHasBeenSet =
false;
227 bool m_priorityHasBeenSet =
false;
228 bool m_computeEnvironmentOrderHasBeenSet =
false;
229 bool m_serviceEnvironmentOrderHasBeenSet =
false;
230 bool m_jobStateTimeLimitActionsHasBeenSet =
false;
void SetState(JQState value)
bool JobStateTimeLimitActionsHasBeenSet() const
bool ServiceEnvironmentOrderHasBeenSet() const
void SetJobStateTimeLimitActions(JobStateTimeLimitActionsT &&value)
const Aws::Vector< ComputeEnvironmentOrder > & GetComputeEnvironmentOrder() const
bool ComputeEnvironmentOrderHasBeenSet() const
bool JobQueueHasBeenSet() const
UpdateJobQueueRequest & WithSchedulingPolicyArn(SchedulingPolicyArnT &&value)
UpdateJobQueueRequest & WithJobQueue(JobQueueT &&value)
const Aws::Vector< JobStateTimeLimitAction > & GetJobStateTimeLimitActions() const
UpdateJobQueueRequest & AddComputeEnvironmentOrder(ComputeEnvironmentOrderT &&value)
UpdateJobQueueRequest & WithComputeEnvironmentOrder(ComputeEnvironmentOrderT &&value)
const Aws::String & GetSchedulingPolicyArn() const
AWS_BATCH_API UpdateJobQueueRequest()=default
void SetPriority(int value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetJobQueue() const
const Aws::Vector< ServiceEnvironmentOrder > & GetServiceEnvironmentOrder() const
void SetComputeEnvironmentOrder(ComputeEnvironmentOrderT &&value)
void SetSchedulingPolicyArn(SchedulingPolicyArnT &&value)
UpdateJobQueueRequest & WithServiceEnvironmentOrder(ServiceEnvironmentOrderT &&value)
UpdateJobQueueRequest & WithPriority(int value)
void SetJobQueue(JobQueueT &&value)
AWS_BATCH_API Aws::String SerializePayload() const override
bool SchedulingPolicyArnHasBeenSet() const
bool StateHasBeenSet() const
void SetServiceEnvironmentOrder(ServiceEnvironmentOrderT &&value)
UpdateJobQueueRequest & WithJobStateTimeLimitActions(JobStateTimeLimitActionsT &&value)
UpdateJobQueueRequest & AddJobStateTimeLimitActions(JobStateTimeLimitActionsT &&value)
bool PriorityHasBeenSet() const
UpdateJobQueueRequest & AddServiceEnvironmentOrder(ServiceEnvironmentOrderT &&value)
UpdateJobQueueRequest & WithState(JQState value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector