7#include <aws/opsworks/OpsWorks_EXPORTS.h>
8#include <aws/opsworks/OpsWorksRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename EcsClusterArnsT = Aws::Vector<Aws::String>>
45 void SetEcsClusterArns(EcsClusterArnsT&& value) { m_ecsClusterArnsHasBeenSet =
true; m_ecsClusterArns = std::forward<EcsClusterArnsT>(value); }
46 template<
typename EcsClusterArnsT = Aws::Vector<Aws::String>>
48 template<
typename EcsClusterArnsT = Aws::String>
59 template<
typename StackIdT = Aws::String>
60 void SetStackId(StackIdT&& value) { m_stackIdHasBeenSet =
true; m_stackId = std::forward<StackIdT>(value); }
61 template<
typename StackIdT = Aws::String>
77 template<
typename NextTokenT = Aws::String>
78 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
79 template<
typename NextTokenT = Aws::String>
93 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
99 bool m_ecsClusterArnsHasBeenSet =
false;
102 bool m_stackIdHasBeenSet =
false;
105 bool m_nextTokenHasBeenSet =
false;
108 bool m_maxResultsHasBeenSet =
false;
DescribeEcsClustersRequest & WithEcsClusterArns(EcsClusterArnsT &&value)
const Aws::Vector< Aws::String > & GetEcsClusterArns() const
void SetStackId(StackIdT &&value)
bool MaxResultsHasBeenSet() const
void SetEcsClusterArns(EcsClusterArnsT &&value)
int GetMaxResults() const
void SetMaxResults(int value)
DescribeEcsClustersRequest & WithMaxResults(int value)
DescribeEcsClustersRequest & WithStackId(StackIdT &&value)
void SetNextToken(NextTokenT &&value)
bool EcsClusterArnsHasBeenSet() const
DescribeEcsClustersRequest & WithNextToken(NextTokenT &&value)
AWS_OPSWORKS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeEcsClustersRequest & AddEcsClusterArns(EcsClusterArnsT &&value)
AWS_OPSWORKS_API Aws::String SerializePayload() const override
AWS_OPSWORKS_API DescribeEcsClustersRequest()=default
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
bool StackIdHasBeenSet() const
const Aws::String & GetStackId() const
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