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/TaskDefinitionStatus.h>
11#include <aws/ecs/model/SortOrder.h>
47 template<
typename FamilyPrefixT = Aws::String>
48 void SetFamilyPrefix(FamilyPrefixT&& value) { m_familyPrefixHasBeenSet =
true; m_familyPrefix = std::forward<FamilyPrefixT>(value); }
49 template<
typename FamilyPrefixT = Aws::String>
96 template<
typename NextTokenT = Aws::String>
97 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
98 template<
typename NextTokenT = Aws::String>
116 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
122 bool m_familyPrefixHasBeenSet =
false;
125 bool m_statusHasBeenSet =
false;
128 bool m_sortHasBeenSet =
false;
131 bool m_nextTokenHasBeenSet =
false;
134 bool m_maxResultsHasBeenSet =
false;
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool StatusHasBeenSet() const
void SetStatus(TaskDefinitionStatus value)
ListTaskDefinitionsRequest & WithMaxResults(int value)
ListTaskDefinitionsRequest & WithNextToken(NextTokenT &&value)
void SetSort(SortOrder value)
const Aws::String & GetFamilyPrefix() const
void SetFamilyPrefix(FamilyPrefixT &&value)
TaskDefinitionStatus GetStatus() const
bool SortHasBeenSet() const
ListTaskDefinitionsRequest & WithFamilyPrefix(FamilyPrefixT &&value)
int GetMaxResults() const
ListTaskDefinitionsRequest & WithStatus(TaskDefinitionStatus value)
ListTaskDefinitionsRequest & WithSort(SortOrder value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
AWS_ECS_API ListTaskDefinitionsRequest()=default
const Aws::String & GetNextToken() const
SortOrder GetSort() const
bool NextTokenHasBeenSet() const
AWS_ECS_API Aws::String SerializePayload() const override
bool MaxResultsHasBeenSet() const
bool FamilyPrefixHasBeenSet() const
void SetNextToken(NextTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String