7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename ServiceEnvironmentNameT = Aws::String>
36 m_serviceEnvironmentNameHasBeenSet =
true;
37 m_serviceEnvironmentName = std::forward<ServiceEnvironmentNameT>(value);
39 template <
typename ServiceEnvironmentNameT = Aws::String>
51 template <
typename ServiceEnvironmentArnT = Aws::String>
53 m_serviceEnvironmentArnHasBeenSet =
true;
54 m_serviceEnvironmentArn = std::forward<ServiceEnvironmentArnT>(value);
56 template <
typename ServiceEnvironmentArnT = Aws::String>
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
83 bool m_serviceEnvironmentNameHasBeenSet =
false;
84 bool m_serviceEnvironmentArnHasBeenSet =
false;
85 bool m_requestIdHasBeenSet =
false;
AWS_BATCH_API CreateServiceEnvironmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateServiceEnvironmentResult & WithServiceEnvironmentArn(ServiceEnvironmentArnT &&value)
void SetRequestId(RequestIdT &&value)
CreateServiceEnvironmentResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetServiceEnvironmentArn() const
CreateServiceEnvironmentResult & WithServiceEnvironmentName(ServiceEnvironmentNameT &&value)
void SetServiceEnvironmentArn(ServiceEnvironmentArnT &&value)
const Aws::String & GetServiceEnvironmentName() const
AWS_BATCH_API CreateServiceEnvironmentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetServiceEnvironmentName(ServiceEnvironmentNameT &&value)
const Aws::String & GetRequestId() const
AWS_BATCH_API CreateServiceEnvironmentResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue