7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/ecs/model/CapacityProviderField.h>
87 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
105 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
113 bool m_capacityProvidersHasBeenSet =
false;
116 bool m_includeHasBeenSet =
false;
119 bool m_maxResultsHasBeenSet =
false;
122 bool m_nextTokenHasBeenSet =
false;
DescribeCapacityProvidersRequest & WithInclude(Aws::Vector< CapacityProviderField > &&value)
void SetNextToken(const char *value)
virtual const char * GetServiceRequestName() const override
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetCapacityProviders(Aws::Vector< Aws::String > &&value)
DescribeCapacityProvidersRequest & WithNextToken(Aws::String &&value)
DescribeCapacityProvidersRequest & AddCapacityProviders(const char *value)
const Aws::Vector< CapacityProviderField > & GetInclude() const
AWS_ECS_API DescribeCapacityProvidersRequest()
void SetInclude(const Aws::Vector< CapacityProviderField > &value)
void SetCapacityProviders(const Aws::Vector< Aws::String > &value)
void SetNextToken(const Aws::String &value)
DescribeCapacityProvidersRequest & WithNextToken(const char *value)
void SetInclude(Aws::Vector< CapacityProviderField > &&value)
void SetMaxResults(int value)
AWS_ECS_API Aws::String SerializePayload() const override
int GetMaxResults() const
DescribeCapacityProvidersRequest & WithMaxResults(int value)
const Aws::Vector< Aws::String > & GetCapacityProviders() const
void SetNextToken(Aws::String &&value)
bool NextTokenHasBeenSet() const
DescribeCapacityProvidersRequest & WithNextToken(const Aws::String &value)
bool IncludeHasBeenSet() const
bool CapacityProvidersHasBeenSet() const
DescribeCapacityProvidersRequest & WithCapacityProviders(const Aws::Vector< Aws::String > &value)
DescribeCapacityProvidersRequest & AddCapacityProviders(Aws::String &&value)
DescribeCapacityProvidersRequest & AddInclude(const CapacityProviderField &value)
DescribeCapacityProvidersRequest & AddCapacityProviders(const Aws::String &value)
DescribeCapacityProvidersRequest & WithCapacityProviders(Aws::Vector< Aws::String > &&value)
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
DescribeCapacityProvidersRequest & AddInclude(CapacityProviderField &&value)
DescribeCapacityProvidersRequest & WithInclude(const Aws::Vector< CapacityProviderField > &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector