7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/ecs/model/ServiceField.h>
50 inline void SetCluster(
const char* value) { m_clusterHasBeenSet =
true; m_cluster.assign(value); }
90 bool m_clusterHasBeenSet =
false;
93 bool m_servicesHasBeenSet =
false;
96 bool m_includeHasBeenSet =
false;
DescribeServicesRequest & AddServices(const char *value)
void SetInclude(const Aws::Vector< ServiceField > &value)
DescribeServicesRequest & WithInclude(Aws::Vector< ServiceField > &&value)
DescribeServicesRequest & AddInclude(ServiceField &&value)
DescribeServicesRequest & WithCluster(Aws::String &&value)
DescribeServicesRequest & AddServices(const Aws::String &value)
void SetServices(const Aws::Vector< Aws::String > &value)
AWS_ECS_API Aws::String SerializePayload() const override
DescribeServicesRequest & AddServices(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
AWS_ECS_API DescribeServicesRequest()
DescribeServicesRequest & WithCluster(const Aws::String &value)
const Aws::Vector< ServiceField > & GetInclude() const
const Aws::String & GetCluster() const
void SetCluster(Aws::String &&value)
bool IncludeHasBeenSet() const
DescribeServicesRequest & WithInclude(const Aws::Vector< ServiceField > &value)
bool ClusterHasBeenSet() const
void SetInclude(Aws::Vector< ServiceField > &&value)
void SetServices(Aws::Vector< Aws::String > &&value)
DescribeServicesRequest & WithCluster(const char *value)
void SetCluster(const char *value)
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeServicesRequest & WithServices(const Aws::Vector< Aws::String > &value)
DescribeServicesRequest & WithServices(Aws::Vector< Aws::String > &&value)
DescribeServicesRequest & AddInclude(const ServiceField &value)
const Aws::Vector< Aws::String > & GetServices() const
bool ServicesHasBeenSet() const
void SetCluster(const Aws::String &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