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>
47 template <
typename ClusterT = Aws::String>
49 m_clusterHasBeenSet =
true;
50 m_cluster = std::forward<ClusterT>(value);
52 template <
typename ClusterT = Aws::String>
71 template <
typename NextTokenT = Aws::String>
73 m_nextTokenHasBeenSet =
true;
74 m_nextToken = std::forward<NextTokenT>(value);
76 template <
typename NextTokenT = Aws::String>
97 m_maxResultsHasBeenSet =
true;
114 m_launchTypeHasBeenSet =
true;
115 m_launchType = value;
131 m_schedulingStrategyHasBeenSet =
true;
132 m_schedulingStrategy = value;
148 m_resourceManagementTypeHasBeenSet =
true;
149 m_resourceManagementType = value;
168 bool m_clusterHasBeenSet =
false;
169 bool m_nextTokenHasBeenSet =
false;
170 bool m_maxResultsHasBeenSet =
false;
171 bool m_launchTypeHasBeenSet =
false;
172 bool m_schedulingStrategyHasBeenSet =
false;
173 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