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>
38 template <
typename ServiceEnvironmentsT = Aws::Vector<Aws::String>>
40 m_serviceEnvironmentsHasBeenSet =
true;
41 m_serviceEnvironments = std::forward<ServiceEnvironmentsT>(value);
43 template <
typename ServiceEnvironmentsT = Aws::Vector<Aws::String>>
48 template <
typename ServiceEnvironmentsT = Aws::String>
50 m_serviceEnvironmentsHasBeenSet =
true;
51 m_serviceEnvironments.emplace_back(std::forward<ServiceEnvironmentsT>(value));
71 m_maxResultsHasBeenSet =
true;
93 template <
typename NextTokenT = Aws::String>
95 m_nextTokenHasBeenSet =
true;
96 m_nextToken = std::forward<NextTokenT>(value);
98 template <
typename NextTokenT = Aws::String>
110 bool m_serviceEnvironmentsHasBeenSet =
false;
111 bool m_maxResultsHasBeenSet =
false;
112 bool m_nextTokenHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
void SetNextToken(NextTokenT &&value)
DescribeServiceEnvironmentsRequest & AddServiceEnvironments(ServiceEnvironmentsT &&value)
DescribeServiceEnvironmentsRequest & WithServiceEnvironments(ServiceEnvironmentsT &&value)
int GetMaxResults() const
const Aws::Vector< Aws::String > & GetServiceEnvironments() const
bool ServiceEnvironmentsHasBeenSet() const
DescribeServiceEnvironmentsRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
void SetServiceEnvironments(ServiceEnvironmentsT &&value)
void SetMaxResults(int value)
DescribeServiceEnvironmentsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_BATCH_API DescribeServiceEnvironmentsRequest()=default
AWS_BATCH_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector