7#include <aws/application-autoscaling/ApplicationAutoScaling_EXPORTS.h>
8#include <aws/application-autoscaling/ApplicationAutoScalingRequest.h>
9#include <aws/application-autoscaling/model/ServiceNamespace.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/application-autoscaling/model/ScalableDimension.h>
16namespace ApplicationAutoScaling
57 template<
typename ScheduledActionNameT = Aws::String>
58 void SetScheduledActionName(ScheduledActionNameT&& value) { m_scheduledActionNameHasBeenSet =
true; m_scheduledActionName = std::forward<ScheduledActionNameT>(value); }
59 template<
typename ScheduledActionNameT = Aws::String>
130 template<
typename ResourceIdT = Aws::String>
131 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
132 template<
typename ResourceIdT = Aws::String>
197 bool m_serviceNamespaceHasBeenSet =
false;
200 bool m_scheduledActionNameHasBeenSet =
false;
203 bool m_resourceIdHasBeenSet =
false;
206 bool m_scalableDimensionHasBeenSet =
false;
bool ResourceIdHasBeenSet() const
const Aws::String & GetResourceId() const
AWS_APPLICATIONAUTOSCALING_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
DeleteScheduledActionRequest & WithResourceId(ResourceIdT &&value)
ScalableDimension GetScalableDimension() const
AWS_APPLICATIONAUTOSCALING_API DeleteScheduledActionRequest()=default
void SetScheduledActionName(ScheduledActionNameT &&value)
bool ScheduledActionNameHasBeenSet() const
void SetResourceId(ResourceIdT &&value)
bool ServiceNamespaceHasBeenSet() const
DeleteScheduledActionRequest & WithServiceNamespace(ServiceNamespace value)
void SetServiceNamespace(ServiceNamespace value)
DeleteScheduledActionRequest & WithScalableDimension(ScalableDimension value)
void SetScalableDimension(ScalableDimension value)
AWS_APPLICATIONAUTOSCALING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetScheduledActionName() const
bool ScalableDimensionHasBeenSet() const
ServiceNamespace GetServiceNamespace() const
DeleteScheduledActionRequest & WithScheduledActionName(ScheduledActionNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String