7#include <aws/batch/Batch_EXPORTS.h>
8#include <aws/batch/BatchRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ComputeEnvironmentsT = Aws::Vector<Aws::String>>
48 void SetComputeEnvironments(ComputeEnvironmentsT&& value) { m_computeEnvironmentsHasBeenSet =
true; m_computeEnvironments = std::forward<ComputeEnvironmentsT>(value); }
49 template<
typename ComputeEnvironmentsT = Aws::Vector<Aws::String>>
51 template<
typename ComputeEnvironmentsT = Aws::String>
70 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
87 template<
typename NextTokenT = Aws::String>
88 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
89 template<
typename NextTokenT = Aws::String>
95 bool m_computeEnvironmentsHasBeenSet =
false;
98 bool m_maxResultsHasBeenSet =
false;
101 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