7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/BatchRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ServiceEnvironmentT = Aws::String>
42 void SetServiceEnvironment(ServiceEnvironmentT&& value) { m_serviceEnvironmentHasBeenSet =
true; m_serviceEnvironment = std::forward<ServiceEnvironmentT>(value); }
43 template<
typename ServiceEnvironmentT = Aws::String>
49 bool m_serviceEnvironmentHasBeenSet =
false;
AWS_BATCH_API DeleteServiceEnvironmentRequest()=default
const Aws::String & GetServiceEnvironment() const
AWS_BATCH_API Aws::String SerializePayload() const override
DeleteServiceEnvironmentRequest & WithServiceEnvironment(ServiceEnvironmentT &&value)
void SetServiceEnvironment(ServiceEnvironmentT &&value)
bool ServiceEnvironmentHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String