7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/model/ComputeEnvironmentDetail.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ComputeEnvironmentsT = Aws::Vector<ComputeEnvironmentDetail>>
39 m_computeEnvironmentsHasBeenSet =
true;
40 m_computeEnvironments = std::forward<ComputeEnvironmentsT>(value);
42 template <
typename ComputeEnvironmentsT = Aws::Vector<ComputeEnvironmentDetail>>
47 template <
typename ComputeEnvironmentsT = ComputeEnvironmentDetail>
49 m_computeEnvironmentsHasBeenSet =
true;
50 m_computeEnvironments.emplace_back(std::forward<ComputeEnvironmentsT>(value));
64 template <
typename NextTokenT = Aws::String>
66 m_nextTokenHasBeenSet =
true;
67 m_nextToken = std::forward<NextTokenT>(value);
69 template <
typename NextTokenT = Aws::String>
79 template <
typename RequestIdT = Aws::String>
81 m_requestIdHasBeenSet =
true;
82 m_requestId = std::forward<RequestIdT>(value);
84 template <
typename RequestIdT = Aws::String>
99 bool m_computeEnvironmentsHasBeenSet =
false;
100 bool m_nextTokenHasBeenSet =
false;
101 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::Http::HttpResponseCode GetHttpResponseCode() const
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