7#include <aws/ecs/ECS_EXPORTS.h>
8#include <aws/ecs/ECSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ecs/model/DesiredStatus.h>
11#include <aws/ecs/model/LaunchType.h>
47 template<
typename ClusterT = Aws::String>
48 void SetCluster(ClusterT&& value) { m_clusterHasBeenSet =
true; m_cluster = std::forward<ClusterT>(value); }
49 template<
typename ClusterT = Aws::String>
62 template<
typename ContainerInstanceT = Aws::String>
63 void SetContainerInstance(ContainerInstanceT&& value) { m_containerInstanceHasBeenSet =
true; m_containerInstance = std::forward<ContainerInstanceT>(value); }
64 template<
typename ContainerInstanceT = Aws::String>
76 template<
typename FamilyT = Aws::String>
77 void SetFamily(FamilyT&& value) { m_familyHasBeenSet =
true; m_family = std::forward<FamilyT>(value); }
78 template<
typename FamilyT = Aws::String>
94 template<
typename NextTokenT = Aws::String>
95 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
96 template<
typename NextTokenT = Aws::String>
113 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
126 template<
typename StartedByT = Aws::String>
127 void SetStartedBy(StartedByT&& value) { m_startedByHasBeenSet =
true; m_startedBy = std::forward<StartedByT>(value); }
128 template<
typename StartedByT = Aws::String>
140 template<
typename ServiceNameT = Aws::String>
141 void SetServiceName(ServiceNameT&& value) { m_serviceNameHasBeenSet =
true; m_serviceName = std::forward<ServiceNameT>(value); }
142 template<
typename ServiceNameT = Aws::String>
178 bool m_clusterHasBeenSet =
false;
181 bool m_containerInstanceHasBeenSet =
false;
184 bool m_familyHasBeenSet =
false;
187 bool m_nextTokenHasBeenSet =
false;
190 bool m_maxResultsHasBeenSet =
false;
193 bool m_startedByHasBeenSet =
false;
196 bool m_serviceNameHasBeenSet =
false;
199 bool m_desiredStatusHasBeenSet =
false;
202 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