7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ecs/ECSRequest.h>
10#include <aws/ecs/ECS_EXPORTS.h>
11#include <aws/ecs/model/ServiceField.h>
47 template <
typename ClusterT = Aws::String>
49 m_clusterHasBeenSet =
true;
50 m_cluster = std::forward<ClusterT>(value);
52 template <
typename ClusterT = Aws::String>
66 template <
typename ServicesT = Aws::Vector<Aws::String>>
68 m_servicesHasBeenSet =
true;
69 m_services = std::forward<ServicesT>(value);
71 template <
typename ServicesT = Aws::Vector<Aws::String>>
76 template <
typename ServicesT = Aws::String>
78 m_servicesHasBeenSet =
true;
79 m_services.emplace_back(std::forward<ServicesT>(value));
92 template <
typename IncludeT = Aws::Vector<ServiceField>>
94 m_includeHasBeenSet =
true;
95 m_include = std::forward<IncludeT>(value);
97 template <
typename IncludeT = Aws::Vector<ServiceField>>
103 m_includeHasBeenSet =
true;
104 m_include.push_back(value);
114 bool m_clusterHasBeenSet =
false;
115 bool m_servicesHasBeenSet =
false;
116 bool m_includeHasBeenSet =
false;
DescribeServicesRequest & WithInclude(IncludeT &&value)
DescribeServicesRequest & WithCluster(ClusterT &&value)
AWS_ECS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::Vector< ServiceField > & GetInclude() const
void SetInclude(IncludeT &&value)
void SetServices(ServicesT &&value)
const Aws::String & GetCluster() const
bool IncludeHasBeenSet() const
DescribeServicesRequest & WithServices(ServicesT &&value)
bool ClusterHasBeenSet() const
DescribeServicesRequest & AddInclude(ServiceField value)
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_ECS_API DescribeServicesRequest()=default
void SetCluster(ClusterT &&value)
const Aws::Vector< Aws::String > & GetServices() const
bool ServicesHasBeenSet() const
DescribeServicesRequest & AddServices(ServicesT &&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