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/ComputeEnvironmentDetail.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename ComputeEnvironmentsT = Aws::Vector<ComputeEnvironmentDetail>>
43 void SetComputeEnvironments(ComputeEnvironmentsT&& value) { m_computeEnvironmentsHasBeenSet =
true; m_computeEnvironments = std::forward<ComputeEnvironmentsT>(value); }
44 template<
typename ComputeEnvironmentsT = Aws::Vector<ComputeEnvironmentDetail>>
46 template<
typename ComputeEnvironmentsT = ComputeEnvironmentDetail>
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_computeEnvironmentsHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
82 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