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 {
42 template <
typename ScheduledActionNamesT = Aws::Vector<Aws::String>>
44 m_scheduledActionNamesHasBeenSet =
true;
45 m_scheduledActionNames = std::forward<ScheduledActionNamesT>(value);
47 template <
typename ScheduledActionNamesT = Aws::Vector<Aws::String>>
52 template <
typename ScheduledActionNamesT = Aws::String>
54 m_scheduledActionNamesHasBeenSet =
true;
55 m_scheduledActionNames.emplace_back(std::forward<ScheduledActionNamesT>(value));
69 m_serviceNamespaceHasBeenSet =
true;
70 m_serviceNamespace = value;
145 template <
typename ResourceIdT = Aws::String>
147 m_resourceIdHasBeenSet =
true;
148 m_resourceId = std::forward<ResourceIdT>(value);
150 template <
typename ResourceIdT = Aws::String>
214 m_scalableDimensionHasBeenSet =
true;
215 m_scalableDimension = value;
236 m_maxResultsHasBeenSet =
true;
237 m_maxResults = value;
251 template <
typename NextTokenT = Aws::String>
253 m_nextTokenHasBeenSet =
true;
254 m_nextToken = std::forward<NextTokenT>(value);
256 template <
typename NextTokenT = Aws::String>
274 bool m_scheduledActionNamesHasBeenSet =
false;
275 bool m_serviceNamespaceHasBeenSet =
false;
276 bool m_resourceIdHasBeenSet =
false;
277 bool m_scalableDimensionHasBeenSet =
false;
278 bool m_maxResultsHasBeenSet =
false;
279 bool m_nextTokenHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetScheduledActionNames() const
DescribeScheduledActionsRequest & WithMaxResults(int value)
AWS_APPLICATIONAUTOSCALING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeScheduledActionsRequest & WithScalableDimension(ScalableDimension value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
void SetResourceId(ResourceIdT &&value)
DescribeScheduledActionsRequest & WithScheduledActionNames(ScheduledActionNamesT &&value)
void SetScheduledActionNames(ScheduledActionNamesT &&value)
bool ResourceIdHasBeenSet() const
void SetMaxResults(int value)
AWS_APPLICATIONAUTOSCALING_API Aws::String SerializePayload() const override
DescribeScheduledActionsRequest & WithResourceId(ResourceIdT &&value)
void SetServiceNamespace(ServiceNamespace value)
void SetScalableDimension(ScalableDimension value)
ScalableDimension GetScalableDimension() const
DescribeScheduledActionsRequest & WithServiceNamespace(ServiceNamespace value)
AWS_APPLICATIONAUTOSCALING_API DescribeScheduledActionsRequest()=default
DescribeScheduledActionsRequest & WithNextToken(NextTokenT &&value)
bool ScheduledActionNamesHasBeenSet() const
bool ScalableDimensionHasBeenSet() const
bool ServiceNamespaceHasBeenSet() const
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
int GetMaxResults() const
DescribeScheduledActionsRequest & AddScheduledActionNames(ScheduledActionNamesT &&value)
ServiceNamespace GetServiceNamespace() const
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