7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline int GetOrder()
const {
return m_order; }
49 inline void SetOrder(
int value) { m_orderHasBeenSet =
true; m_order = value; }
59 template<
typename ServiceEnvironmentT = Aws::String>
60 void SetServiceEnvironment(ServiceEnvironmentT&& value) { m_serviceEnvironmentHasBeenSet =
true; m_serviceEnvironment = std::forward<ServiceEnvironmentT>(value); }
61 template<
typename ServiceEnvironmentT = Aws::String>
67 bool m_orderHasBeenSet =
false;
70 bool m_serviceEnvironmentHasBeenSet =
false;
bool OrderHasBeenSet() const
void SetServiceEnvironment(ServiceEnvironmentT &&value)
AWS_BATCH_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceEnvironmentOrder & WithOrder(int value)
AWS_BATCH_API ServiceEnvironmentOrder & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ServiceEnvironmentHasBeenSet() const
const Aws::String & GetServiceEnvironment() const
ServiceEnvironmentOrder & WithServiceEnvironment(ServiceEnvironmentT &&value)
AWS_BATCH_API ServiceEnvironmentOrder()=default
AWS_BATCH_API ServiceEnvironmentOrder(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue