7#include <aws/batch/BatchRequest.h>
8#include <aws/batch/Batch_EXPORTS.h>
9#include <aws/batch/model/CapacityLimit.h>
10#include <aws/batch/model/ServiceEnvironmentState.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
40 template <
typename ServiceEnvironmentT = Aws::String>
42 m_serviceEnvironmentHasBeenSet =
true;
43 m_serviceEnvironment = std::forward<ServiceEnvironmentT>(value);
45 template <
typename ServiceEnvironmentT = Aws::String>
59 m_stateHasBeenSet =
true;
75 template <
typename CapacityLimitsT = Aws::Vector<CapacityLimit>>
77 m_capacityLimitsHasBeenSet =
true;
78 m_capacityLimits = std::forward<CapacityLimitsT>(value);
80 template <
typename CapacityLimitsT = Aws::Vector<CapacityLimit>>
85 template <
typename CapacityLimitsT = CapacityLimit>
87 m_capacityLimitsHasBeenSet =
true;
88 m_capacityLimits.emplace_back(std::forward<CapacityLimitsT>(value));
98 bool m_serviceEnvironmentHasBeenSet =
false;
99 bool m_stateHasBeenSet =
false;
100 bool m_capacityLimitsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetCapacityLimits(CapacityLimitsT &&value)
UpdateServiceEnvironmentRequest & AddCapacityLimits(CapacityLimitsT &&value)
bool CapacityLimitsHasBeenSet() const
UpdateServiceEnvironmentRequest & WithCapacityLimits(CapacityLimitsT &&value)
bool StateHasBeenSet() const
void SetServiceEnvironment(ServiceEnvironmentT &&value)
void SetState(ServiceEnvironmentState value)
const Aws::String & GetServiceEnvironment() const
UpdateServiceEnvironmentRequest & WithServiceEnvironment(ServiceEnvironmentT &&value)
AWS_BATCH_API Aws::String SerializePayload() const override
bool ServiceEnvironmentHasBeenSet() const
ServiceEnvironmentState GetState() const
const Aws::Vector< CapacityLimit > & GetCapacityLimits() const
UpdateServiceEnvironmentRequest & WithState(ServiceEnvironmentState value)
AWS_BATCH_API UpdateServiceEnvironmentRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector