7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/BatchRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/batch/model/ServiceEnvironmentState.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/batch/model/CapacityLimit.h>
44 template<
typename ServiceEnvironmentT = Aws::String>
45 void SetServiceEnvironment(ServiceEnvironmentT&& value) { m_serviceEnvironmentHasBeenSet =
true; m_serviceEnvironment = std::forward<ServiceEnvironmentT>(value); }
46 template<
typename ServiceEnvironmentT = Aws::String>
67 template<
typename CapacityLimitsT = Aws::Vector<CapacityLimit>>
68 void SetCapacityLimits(CapacityLimitsT&& value) { m_capacityLimitsHasBeenSet =
true; m_capacityLimits = std::forward<CapacityLimitsT>(value); }
69 template<
typename CapacityLimitsT = Aws::Vector<CapacityLimit>>
71 template<
typename CapacityLimitsT = CapacityLimit>
77 bool m_serviceEnvironmentHasBeenSet =
false;
80 bool m_stateHasBeenSet =
false;
83 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