7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/ComputeEnvironmentDetail.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 ComputeEnvironmentsT = Aws::Vector<ComputeEnvironmentDetail>>
38 m_computeEnvironmentsHasBeenSet =
true;
39 m_computeEnvironments = std::forward<ComputeEnvironmentsT>(value);
41 template <
typename ComputeEnvironmentsT = Aws::Vector<ComputeEnvironmentDetail>>
46 template <
typename ComputeEnvironmentsT = ComputeEnvironmentDetail>
48 m_computeEnvironmentsHasBeenSet =
true;
49 m_computeEnvironments.emplace_back(std::forward<ComputeEnvironmentsT>(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_computeEnvironmentsHasBeenSet =
false;
96 bool m_nextTokenHasBeenSet =
false;
97 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
const Aws::Vector< ComputeEnvironmentDetail > & GetComputeEnvironments() const
AWS_BATCH_API DescribeComputeEnvironmentsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeComputeEnvironmentsResult & AddComputeEnvironments(ComputeEnvironmentsT &&value)
AWS_BATCH_API DescribeComputeEnvironmentsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_BATCH_API DescribeComputeEnvironmentsResult()=default
DescribeComputeEnvironmentsResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
DescribeComputeEnvironmentsResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
DescribeComputeEnvironmentsResult & WithComputeEnvironments(ComputeEnvironmentsT &&value)
void SetComputeEnvironments(ComputeEnvironmentsT &&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