7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/ecs/ECSRequest.h>
10#include <aws/ecs/ECS_EXPORTS.h>
41 template <
typename ClusterArnT = Aws::String>
43 m_clusterArnHasBeenSet =
true;
44 m_clusterArn = std::forward<ClusterArnT>(value);
46 template <
typename ClusterArnT = Aws::String>
61 template <
typename CapacityProv
iderArnsT = Aws::Vector<Aws::String>>
63 m_capacityProviderArnsHasBeenSet =
true;
64 m_capacityProviderArns = std::forward<CapacityProviderArnsT>(value);
66 template <
typename CapacityProv
iderArnsT = Aws::Vector<Aws::String>>
71 template <
typename CapacityProv
iderArnsT = Aws::String>
73 m_capacityProviderArnsHasBeenSet =
true;
74 m_capacityProviderArns.emplace_back(std::forward<CapacityProviderArnsT>(value));
93 m_maxResultsHasBeenSet =
true;
114 template <
typename NextTokenT = Aws::String>
116 m_nextTokenHasBeenSet =
true;
117 m_nextToken = std::forward<NextTokenT>(value);
119 template <
typename NextTokenT = Aws::String>
133 bool m_clusterArnHasBeenSet =
false;
134 bool m_capacityProviderArnsHasBeenSet =
false;
135 bool m_maxResultsHasBeenSet =
false;
136 bool m_nextTokenHasBeenSet =
false;
AWS_ECS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetClusterArn(ClusterArnT &&value)
ListDaemonsRequest & AddCapacityProviderArns(CapacityProviderArnsT &&value)
void SetCapacityProviderArns(CapacityProviderArnsT &&value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_ECS_API Aws::String SerializePayload() const override
const Aws::Vector< Aws::String > & GetCapacityProviderArns() const
const Aws::String & GetNextToken() const
ListDaemonsRequest & WithMaxResults(int value)
ListDaemonsRequest & WithCapacityProviderArns(CapacityProviderArnsT &&value)
bool ClusterArnHasBeenSet() const
ListDaemonsRequest & WithClusterArn(ClusterArnT &&value)
ListDaemonsRequest & WithNextToken(NextTokenT &&value)
AWS_ECS_API ListDaemonsRequest()=default
const Aws::String & GetClusterArn() const
bool MaxResultsHasBeenSet() const
bool CapacityProviderArnsHasBeenSet() const
void SetMaxResults(int value)
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector