7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/batch/model/ServiceEnvironmentDetail.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ServiceEnvironmentsT = Aws::Vector<ServiceEnvironmentDetail>>
43 void SetServiceEnvironments(ServiceEnvironmentsT&& value) { m_serviceEnvironmentsHasBeenSet =
true; m_serviceEnvironments = std::forward<ServiceEnvironmentsT>(value); }
44 template<
typename ServiceEnvironmentsT = Aws::Vector<ServiceEnvironmentDetail>>
46 template<
typename ServiceEnvironmentsT = ServiceEnvironmentDetail>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_serviceEnvironmentsHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< ServiceEnvironmentDetail > & GetServiceEnvironments() const
void SetServiceEnvironments(ServiceEnvironmentsT &&value)
const Aws::String & GetRequestId() const
DescribeServiceEnvironmentsResult & WithRequestId(RequestIdT &&value)
DescribeServiceEnvironmentsResult & WithNextToken(NextTokenT &&value)
DescribeServiceEnvironmentsResult & WithServiceEnvironments(ServiceEnvironmentsT &&value)
AWS_BATCH_API DescribeServiceEnvironmentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_BATCH_API DescribeServiceEnvironmentsResult()=default
AWS_BATCH_API DescribeServiceEnvironmentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
DescribeServiceEnvironmentsResult & AddServiceEnvironments(ServiceEnvironmentsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue