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 ScheduledActionNamesT = Aws::Vector<Aws::String>>
47 void SetScheduledActionNames(ScheduledActionNamesT&& value) { m_scheduledActionNamesHasBeenSet =
true; m_scheduledActionNames = std::forward<ScheduledActionNamesT>(value); }
48 template<
typename ScheduledActionNamesT = Aws::Vector<Aws::String>>
50 template<
typename ScheduledActionNamesT = 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_scheduledActionNamesHasBeenSet =
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::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