7#include <aws/batch/BatchRequest.h>
8#include <aws/batch/Batch_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename ComputeEnvironmentsT = Aws::Vector<Aws::String>>
45 m_computeEnvironmentsHasBeenSet =
true;
46 m_computeEnvironments = std::forward<ComputeEnvironmentsT>(value);
48 template <
typename ComputeEnvironmentsT = Aws::Vector<Aws::String>>
53 template <
typename ComputeEnvironmentsT = Aws::String>
55 m_computeEnvironmentsHasBeenSet =
true;
56 m_computeEnvironments.emplace_back(std::forward<ComputeEnvironmentsT>(value));
77 m_maxResultsHasBeenSet =
true;
99 template <
typename NextTokenT = Aws::String>
101 m_nextTokenHasBeenSet =
true;
102 m_nextToken = std::forward<NextTokenT>(value);
104 template <
typename NextTokenT = Aws::String>
116 bool m_computeEnvironmentsHasBeenSet =
false;
117 bool m_maxResultsHasBeenSet =
false;
118 bool m_nextTokenHasBeenSet =
false;
bool NextTokenHasBeenSet() const
AWS_BATCH_API Aws::String SerializePayload() const override
int GetMaxResults() const
DescribeComputeEnvironmentsRequest & WithMaxResults(int value)
DescribeComputeEnvironmentsRequest & WithNextToken(NextTokenT &&value)
AWS_BATCH_API DescribeComputeEnvironmentsRequest()=default
void SetMaxResults(int value)
bool ComputeEnvironmentsHasBeenSet() const
const Aws::Vector< Aws::String > & GetComputeEnvironments() const
void SetComputeEnvironments(ComputeEnvironmentsT &&value)
bool MaxResultsHasBeenSet() const
DescribeComputeEnvironmentsRequest & AddComputeEnvironments(ComputeEnvironmentsT &&value)
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
DescribeComputeEnvironmentsRequest & WithComputeEnvironments(ComputeEnvironmentsT &&value)
void SetNextToken(NextTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector