7#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
8#include <aws/application-autoscaling/ApplicationAutoScalingRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/application-autoscaling/model/ServiceNamespace.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/application-autoscaling/model/ScalableDimension.h>
17namespace ApplicationAutoScaling
46 template<
typename PolicyNamesT = Aws::Vector<Aws::String>>
47 void SetPolicyNames(PolicyNamesT&& value) { m_policyNamesHasBeenSet =
true; m_policyNames = std::forward<PolicyNamesT>(value); }
48 template<
typename PolicyNamesT = Aws::Vector<Aws::String>>
50 template<
typename PolicyNamesT = Aws::String>
133 template<
typename ResourceIdT = Aws::String>
134 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
135 template<
typename ResourceIdT = Aws::String>
211 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
221 template<
typename NextTokenT = Aws::String>
222 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
223 template<
typename NextTokenT = Aws::String>
229 bool m_policyNamesHasBeenSet =
false;
232 bool m_serviceNamespaceHasBeenSet =
false;
235 bool m_resourceIdHasBeenSet =
false;
238 bool m_scalableDimensionHasBeenSet =
false;
241 bool m_maxResultsHasBeenSet =
false;
244 bool m_nextTokenHasBeenSet =
false;
const Aws::String & GetResourceId() const
void SetServiceNamespace(ServiceNamespace value)
bool PolicyNamesHasBeenSet() const
DescribeScalingPoliciesRequest & WithServiceNamespace(ServiceNamespace value)
bool ResourceIdHasBeenSet() const
DescribeScalingPoliciesRequest & WithPolicyNames(PolicyNamesT &&value)
DescribeScalingPoliciesRequest & WithResourceId(ResourceIdT &&value)
DescribeScalingPoliciesRequest & WithNextToken(NextTokenT &&value)
bool ScalableDimensionHasBeenSet() const
AWS_APPLICATIONAUTOSCALING_API DescribeScalingPoliciesRequest()=default
AWS_APPLICATIONAUTOSCALING_API Aws::String SerializePayload() const override
bool ServiceNamespaceHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_APPLICATIONAUTOSCALING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ScalableDimension GetScalableDimension() const
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetPolicyNames(PolicyNamesT &&value)
int GetMaxResults() const
ServiceNamespace GetServiceNamespace() const
void SetScalableDimension(ScalableDimension value)
void SetResourceId(ResourceIdT &&value)
DescribeScalingPoliciesRequest & WithMaxResults(int value)
const Aws::Vector< Aws::String > & GetPolicyNames() const
void SetNextToken(NextTokenT &&value)
DescribeScalingPoliciesRequest & WithScalableDimension(ScalableDimension value)
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
DescribeScalingPoliciesRequest & AddPolicyNames(PolicyNamesT &&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