7#include <aws/application-autoscaling/ApplicationAutoScalingRequest.h>
8#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
9#include <aws/application-autoscaling/model/ScalableDimension.h>
10#include <aws/application-autoscaling/model/ServiceNamespace.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
17namespace ApplicationAutoScaling {
45 m_serviceNamespaceHasBeenSet =
true;
46 m_serviceNamespace = value;
121 template <
typename ResourceIdsT = Aws::Vector<Aws::String>>
123 m_resourceIdsHasBeenSet =
true;
124 m_resourceIds = std::forward<ResourceIdsT>(value);
126 template <
typename ResourceIdsT = Aws::Vector<Aws::String>>
131 template <
typename ResourceIdsT = Aws::String>
133 m_resourceIdsHasBeenSet =
true;
134 m_resourceIds.emplace_back(std::forward<ResourceIdsT>(value));
197 m_scalableDimensionHasBeenSet =
true;
198 m_scalableDimension = value;
219 m_maxResultsHasBeenSet =
true;
220 m_maxResults = value;
234 template <
typename NextTokenT = Aws::String>
236 m_nextTokenHasBeenSet =
true;
237 m_nextToken = std::forward<NextTokenT>(value);
239 template <
typename NextTokenT = Aws::String>
255 bool m_serviceNamespaceHasBeenSet =
false;
256 bool m_resourceIdsHasBeenSet =
false;
257 bool m_scalableDimensionHasBeenSet =
false;
258 bool m_maxResultsHasBeenSet =
false;
259 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