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>
46 template <
typename ClusterT = Aws::String>
48 m_clusterHasBeenSet =
true;
49 m_cluster = std::forward<ClusterT>(value);
51 template <
typename ClusterT = Aws::String>
67 template <
typename ContainerInstanceT = Aws::String>
69 m_containerInstanceHasBeenSet =
true;
70 m_containerInstance = std::forward<ContainerInstanceT>(value);
72 template <
typename ContainerInstanceT = Aws::String>
87 template <
typename FamilyT = Aws::String>
89 m_familyHasBeenSet =
true;
90 m_family = std::forward<FamilyT>(value);
92 template <
typename FamilyT = Aws::String>
111 template <
typename NextTokenT = Aws::String>
113 m_nextTokenHasBeenSet =
true;
114 m_nextToken = std::forward<NextTokenT>(value);
116 template <
typename NextTokenT = Aws::String>
137 m_maxResultsHasBeenSet =
true;
138 m_maxResults = value;
155 template <
typename StartedByT = Aws::String>
157 m_startedByHasBeenSet =
true;
158 m_startedBy = std::forward<StartedByT>(value);
160 template <
typename StartedByT = Aws::String>
175 template <
typename ServiceNameT = Aws::String>
177 m_serviceNameHasBeenSet =
true;
178 m_serviceName = std::forward<ServiceNameT>(value);
180 template <
typename ServiceNameT = Aws::String>
204 m_desiredStatusHasBeenSet =
true;
205 m_desiredStatus = value;
220 m_launchTypeHasBeenSet =
true;
221 m_launchType = value;
237 template <
typename DaemonNameT = Aws::String>
239 m_daemonNameHasBeenSet =
true;
240 m_daemonName = std::forward<DaemonNameT>(value);
242 template <
typename DaemonNameT = Aws::String>
268 bool m_clusterHasBeenSet =
false;
269 bool m_containerInstanceHasBeenSet =
false;
270 bool m_familyHasBeenSet =
false;
271 bool m_nextTokenHasBeenSet =
false;
272 bool m_maxResultsHasBeenSet =
false;
273 bool m_startedByHasBeenSet =
false;
274 bool m_serviceNameHasBeenSet =
false;
275 bool m_desiredStatusHasBeenSet =
false;
276 bool m_launchTypeHasBeenSet =
false;
277 bool m_daemonNameHasBeenSet =
false;
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool DaemonNameHasBeenSet() const
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
ListTasksRequest & WithDaemonName(DaemonNameT &&value)
void SetServiceName(ServiceNameT &&value)
void SetDesiredStatus(DesiredStatus value)
const Aws::String & GetDaemonName() const
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
void SetDaemonName(DaemonNameT &&value)
ListTasksRequest & WithServiceName(ServiceNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String