7#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
8#include <aws/application-autoscaling/ApplicationAutoScalingRequest.h>
9#include <aws/application-autoscaling/model/ServiceNamespace.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/application-autoscaling/model/ScalableDimension.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
17namespace ApplicationAutoScaling
119 template<
typename ResourceIdsT = Aws::Vector<Aws::String>>
120 void SetResourceIds(ResourceIdsT&& value) { m_resourceIdsHasBeenSet =
true; m_resourceIds = std::forward<ResourceIdsT>(value); }
121 template<
typename ResourceIdsT = Aws::Vector<Aws::String>>
123 template<
typename ResourceIdsT = Aws::String>
200 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
210 template<
typename NextTokenT = Aws::String>
211 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
212 template<
typename NextTokenT = Aws::String>
218 bool m_serviceNamespaceHasBeenSet =
false;
221 bool m_resourceIdsHasBeenSet =
false;
224 bool m_scalableDimensionHasBeenSet =
false;
227 bool m_maxResultsHasBeenSet =
false;
230 bool m_nextTokenHasBeenSet =
false;
bool ResourceIdsHasBeenSet() const
DescribeScalableTargetsRequest & WithScalableDimension(ScalableDimension value)
DescribeScalableTargetsRequest & WithServiceNamespace(ServiceNamespace value)
const Aws::Vector< Aws::String > & GetResourceIds() const
bool NextTokenHasBeenSet() const
void SetResourceIds(ResourceIdsT &&value)
AWS_APPLICATIONAUTOSCALING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool MaxResultsHasBeenSet() const
AWS_APPLICATIONAUTOSCALING_API Aws::String SerializePayload() const override
DescribeScalableTargetsRequest & WithMaxResults(int value)
ServiceNamespace GetServiceNamespace() const
DescribeScalableTargetsRequest & AddResourceIds(ResourceIdsT &&value)
int GetMaxResults() const
AWS_APPLICATIONAUTOSCALING_API DescribeScalableTargetsRequest()=default
virtual const char * GetServiceRequestName() const override
void SetScalableDimension(ScalableDimension value)
bool ScalableDimensionHasBeenSet() const
bool ServiceNamespaceHasBeenSet() const
void SetNextToken(NextTokenT &&value)
void SetServiceNamespace(ServiceNamespace value)
const Aws::String & GetNextToken() const
ScalableDimension GetScalableDimension() const
void SetMaxResults(int value)
DescribeScalableTargetsRequest & WithNextToken(NextTokenT &&value)
DescribeScalableTargetsRequest & WithResourceIds(ResourceIdsT &&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