7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/ecs/ECS_EXPORTS.h>
10#include <aws/ecs/model/LaunchType.h>
11#include <aws/ecs/model/ResourceManagementType.h>
12#include <aws/ecs/model/SchedulingStrategy.h>
44 template <
typename ClusterT = Aws::String>
46 m_clusterHasBeenSet =
true;
47 m_cluster = std::forward<ClusterT>(value);
49 template <
typename ClusterT = Aws::String>
68 template <
typename NextTokenT = Aws::String>
70 m_nextTokenHasBeenSet =
true;
71 m_nextToken = std::forward<NextTokenT>(value);
73 template <
typename NextTokenT = Aws::String>
94 m_maxResultsHasBeenSet =
true;
111 m_launchTypeHasBeenSet =
true;
112 m_launchType = value;
128 m_schedulingStrategyHasBeenSet =
true;
129 m_schedulingStrategy = value;
145 m_resourceManagementTypeHasBeenSet =
true;
146 m_resourceManagementType = value;
165 bool m_clusterHasBeenSet =
false;
166 bool m_nextTokenHasBeenSet =
false;
167 bool m_maxResultsHasBeenSet =
false;
168 bool m_launchTypeHasBeenSet =
false;
169 bool m_schedulingStrategyHasBeenSet =
false;
170 bool m_resourceManagementTypeHasBeenSet =
false;
bool ResourceManagementTypeHasBeenSet() const
bool LaunchTypeHasBeenSet() const
AWS_ECS_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
AWS_ECS_API ListServicesRequest()=default
bool NextTokenHasBeenSet() const
void SetResourceManagementType(ResourceManagementType value)
ListServicesRequest & WithMaxResults(int value)
void SetSchedulingStrategy(SchedulingStrategy value)
void SetLaunchType(LaunchType value)
int GetMaxResults() const
bool SchedulingStrategyHasBeenSet() const
ResourceManagementType GetResourceManagementType() const
ListServicesRequest & WithCluster(ClusterT &&value)
ListServicesRequest & WithSchedulingStrategy(SchedulingStrategy value)
ListServicesRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
SchedulingStrategy GetSchedulingStrategy() const
const Aws::String & GetNextToken() const
const Aws::String & GetCluster() const
virtual const char * GetServiceRequestName() const override
bool ClusterHasBeenSet() const
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListServicesRequest & WithLaunchType(LaunchType value)
void SetCluster(ClusterT &&value)
LaunchType GetLaunchType() const
ListServicesRequest & WithResourceManagementType(ResourceManagementType value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String