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/DesiredStatus.h>
11#include <aws/ecs/model/LaunchType.h>
43 template <
typename ClusterT = Aws::String>
45 m_clusterHasBeenSet =
true;
46 m_cluster = std::forward<ClusterT>(value);
48 template <
typename ClusterT = Aws::String>
64 template <
typename ContainerInstanceT = Aws::String>
66 m_containerInstanceHasBeenSet =
true;
67 m_containerInstance = std::forward<ContainerInstanceT>(value);
69 template <
typename ContainerInstanceT = Aws::String>
84 template <
typename FamilyT = Aws::String>
86 m_familyHasBeenSet =
true;
87 m_family = std::forward<FamilyT>(value);
89 template <
typename FamilyT = Aws::String>
108 template <
typename NextTokenT = Aws::String>
110 m_nextTokenHasBeenSet =
true;
111 m_nextToken = std::forward<NextTokenT>(value);
113 template <
typename NextTokenT = Aws::String>
134 m_maxResultsHasBeenSet =
true;
135 m_maxResults = value;
152 template <
typename StartedByT = Aws::String>
154 m_startedByHasBeenSet =
true;
155 m_startedBy = std::forward<StartedByT>(value);
157 template <
typename StartedByT = Aws::String>
172 template <
typename ServiceNameT = Aws::String>
174 m_serviceNameHasBeenSet =
true;
175 m_serviceName = std::forward<ServiceNameT>(value);
177 template <
typename ServiceNameT = Aws::String>
201 m_desiredStatusHasBeenSet =
true;
202 m_desiredStatus = value;
217 m_launchTypeHasBeenSet =
true;
218 m_launchType = value;
243 bool m_clusterHasBeenSet =
false;
244 bool m_containerInstanceHasBeenSet =
false;
245 bool m_familyHasBeenSet =
false;
246 bool m_nextTokenHasBeenSet =
false;
247 bool m_maxResultsHasBeenSet =
false;
248 bool m_startedByHasBeenSet =
false;
249 bool m_serviceNameHasBeenSet =
false;
250 bool m_desiredStatusHasBeenSet =
false;
251 bool m_launchTypeHasBeenSet =
false;
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNextToken(NextTokenT &&value)
bool StartedByHasBeenSet() const
void SetMaxResults(int value)
void SetFamily(FamilyT &&value)
const Aws::String & GetServiceName() const
ListTasksRequest & WithLaunchType(LaunchType value)
const Aws::String & GetContainerInstance() const
const Aws::String & GetCluster() const
void SetContainerInstance(ContainerInstanceT &&value)
AWS_ECS_API Aws::String SerializePayload() const override
ListTasksRequest & WithMaxResults(int value)
bool LaunchTypeHasBeenSet() const
ListTasksRequest & WithDesiredStatus(DesiredStatus value)
ListTasksRequest & WithStartedBy(StartedByT &&value)
bool ClusterHasBeenSet() const
ListTasksRequest & WithFamily(FamilyT &&value)
const Aws::String & GetStartedBy() const
void SetCluster(ClusterT &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetNextToken() const
void SetServiceName(ServiceNameT &&value)
void SetDesiredStatus(DesiredStatus value)
void SetLaunchType(LaunchType value)
virtual const char * GetServiceRequestName() const override
LaunchType GetLaunchType() const
void SetStartedBy(StartedByT &&value)
ListTasksRequest & WithContainerInstance(ContainerInstanceT &&value)
const Aws::String & GetFamily() const
ListTasksRequest & WithNextToken(NextTokenT &&value)
bool ServiceNameHasBeenSet() const
int GetMaxResults() const
DesiredStatus GetDesiredStatus() const
bool DesiredStatusHasBeenSet() const
ListTasksRequest & WithCluster(ClusterT &&value)
bool FamilyHasBeenSet() const
bool ContainerInstanceHasBeenSet() const
AWS_ECS_API ListTasksRequest()=default
bool MaxResultsHasBeenSet() const
ListTasksRequest & WithServiceName(ServiceNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String