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>
42 template<
typename ServiceEnvironmentsT = Aws::Vector<Aws::String>>
43 void SetServiceEnvironments(ServiceEnvironmentsT&& value) { m_serviceEnvironmentsHasBeenSet =
true; m_serviceEnvironments = std::forward<ServiceEnvironmentsT>(value); }
44 template<
typename ServiceEnvironmentsT = Aws::Vector<Aws::String>>
46 template<
typename ServiceEnvironmentsT = Aws::String>
64 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
81 template<
typename NextTokenT = Aws::String>
82 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
83 template<
typename NextTokenT = Aws::String>
89 bool m_serviceEnvironmentsHasBeenSet =
false;
92 bool m_maxResultsHasBeenSet =
false;
95 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