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
135 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
213 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
225 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
233 bool m_scheduledActionNamesHasBeenSet =
false;
236 bool m_serviceNamespaceHasBeenSet =
false;
239 bool m_resourceIdHasBeenSet =
false;
242 bool m_scalableDimensionHasBeenSet =
false;
245 bool m_maxResultsHasBeenSet =
false;
248 bool m_nextTokenHasBeenSet =
false;
void SetScalableDimension(const ScalableDimension &value)
const Aws::Vector< Aws::String > & GetScheduledActionNames() const
DescribeScheduledActionsRequest & WithMaxResults(int value)
AWS_APPLICATIONAUTOSCALING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_APPLICATIONAUTOSCALING_API DescribeScheduledActionsRequest()
void SetNextToken(Aws::String &&value)
DescribeScheduledActionsRequest & WithScheduledActionNames(Aws::Vector< Aws::String > &&value)
virtual const char * GetServiceRequestName() const override
const ServiceNamespace & GetServiceNamespace() const
const Aws::String & GetNextToken() const
DescribeScheduledActionsRequest & AddScheduledActionNames(Aws::String &&value)
const ScalableDimension & GetScalableDimension() const
DescribeScheduledActionsRequest & AddScheduledActionNames(const char *value)
DescribeScheduledActionsRequest & WithNextToken(const char *value)
bool ResourceIdHasBeenSet() const
DescribeScheduledActionsRequest & WithScalableDimension(const ScalableDimension &value)
void SetMaxResults(int value)
AWS_APPLICATIONAUTOSCALING_API Aws::String SerializePayload() const override
void SetResourceId(Aws::String &&value)
DescribeScheduledActionsRequest & WithServiceNamespace(const ServiceNamespace &value)
DescribeScheduledActionsRequest & WithScheduledActionNames(const Aws::Vector< Aws::String > &value)
DescribeScheduledActionsRequest & WithServiceNamespace(ServiceNamespace &&value)
void SetServiceNamespace(ServiceNamespace &&value)
DescribeScheduledActionsRequest & WithResourceId(Aws::String &&value)
bool ScheduledActionNamesHasBeenSet() const
bool ScalableDimensionHasBeenSet() const
DescribeScheduledActionsRequest & WithScalableDimension(ScalableDimension &&value)
DescribeScheduledActionsRequest & AddScheduledActionNames(const Aws::String &value)
DescribeScheduledActionsRequest & WithResourceId(const Aws::String &value)
bool ServiceNamespaceHasBeenSet() const
void SetResourceId(const Aws::String &value)
DescribeScheduledActionsRequest & WithNextToken(Aws::String &&value)
bool MaxResultsHasBeenSet() const
void SetNextToken(const char *value)
void SetScheduledActionNames(Aws::Vector< Aws::String > &&value)
void SetResourceId(const char *value)
void SetServiceNamespace(const ServiceNamespace &value)
int GetMaxResults() const
DescribeScheduledActionsRequest & WithResourceId(const char *value)
DescribeScheduledActionsRequest & WithNextToken(const Aws::String &value)
void SetScheduledActionNames(const Aws::Vector< Aws::String > &value)
void SetScalableDimension(ScalableDimension &&value)
void SetNextToken(const Aws::String &value)
const Aws::String & GetResourceId() const
bool NextTokenHasBeenSet() 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