7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/ServiceEnvironmentDetail.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ServiceEnvironmentsT = Aws::Vector<ServiceEnvironmentDetail>>
38 m_serviceEnvironmentsHasBeenSet =
true;
39 m_serviceEnvironments = std::forward<ServiceEnvironmentsT>(value);
41 template <
typename ServiceEnvironmentsT = Aws::Vector<ServiceEnvironmentDetail>>
46 template <
typename ServiceEnvironmentsT = ServiceEnvironmentDetail>
48 m_serviceEnvironmentsHasBeenSet =
true;
49 m_serviceEnvironments.emplace_back(std::forward<ServiceEnvironmentsT>(value));
63 template <
typename NextTokenT = Aws::String>
65 m_nextTokenHasBeenSet =
true;
66 m_nextToken = std::forward<NextTokenT>(value);
68 template <
typename NextTokenT = Aws::String>
78 template <
typename RequestIdT = Aws::String>
80 m_requestIdHasBeenSet =
true;
81 m_requestId = std::forward<RequestIdT>(value);
83 template <
typename RequestIdT = Aws::String>
95 bool m_serviceEnvironmentsHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
97 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