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>
16namespace ApplicationAutoScaling {
44 m_serviceNamespaceHasBeenSet =
true;
45 m_serviceNamespace = value;
120 template <
typename ResourceIdT = Aws::String>
122 m_resourceIdHasBeenSet =
true;
123 m_resourceId = std::forward<ResourceIdT>(value);
125 template <
typename ResourceIdT = Aws::String>
189 m_scalableDimensionHasBeenSet =
true;
190 m_scalableDimension = value;
211 m_maxResultsHasBeenSet =
true;
212 m_maxResults = value;
226 template <
typename NextTokenT = Aws::String>
228 m_nextTokenHasBeenSet =
true;
229 m_nextToken = std::forward<NextTokenT>(value);
231 template <
typename NextTokenT = Aws::String>
251 m_includeNotScaledActivitiesHasBeenSet =
true;
252 m_includeNotScaledActivities = value;
270 bool m_includeNotScaledActivities{
false};
271 bool m_serviceNamespaceHasBeenSet =
false;
272 bool m_resourceIdHasBeenSet =
false;
273 bool m_scalableDimensionHasBeenSet =
false;
274 bool m_maxResultsHasBeenSet =
false;
275 bool m_nextTokenHasBeenSet =
false;
276 bool m_includeNotScaledActivitiesHasBeenSet =
false;
void SetMaxResults(int value)
bool GetIncludeNotScaledActivities() const
DescribeScalingActivitiesRequest & WithScalableDimension(ScalableDimension value)
DescribeScalingActivitiesRequest & WithNextToken(NextTokenT &&value)
DescribeScalingActivitiesRequest & WithIncludeNotScaledActivities(bool value)
void SetServiceNamespace(ServiceNamespace value)
AWS_APPLICATIONAUTOSCALING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ServiceNamespace GetServiceNamespace() const
ScalableDimension GetScalableDimension() const
const Aws::String & GetResourceId() const
void SetScalableDimension(ScalableDimension value)
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
bool ServiceNamespaceHasBeenSet() const
bool IncludeNotScaledActivitiesHasBeenSet() const
bool NextTokenHasBeenSet() const
DescribeScalingActivitiesRequest & WithResourceId(ResourceIdT &&value)
bool MaxResultsHasBeenSet() const
bool ScalableDimensionHasBeenSet() const
AWS_APPLICATIONAUTOSCALING_API Aws::String SerializePayload() const override
DescribeScalingActivitiesRequest & WithServiceNamespace(ServiceNamespace value)
int GetMaxResults() const
void SetResourceId(ResourceIdT &&value)
DescribeScalingActivitiesRequest & WithMaxResults(int value)
const Aws::String & GetNextToken() const
AWS_APPLICATIONAUTOSCALING_API DescribeScalingActivitiesRequest()=default
void SetIncludeNotScaledActivities(bool value)
bool ResourceIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String