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>
12#include <aws/core/utils/DateTime.h>
17namespace ApplicationAutoScaling
58 template<
typename ResourceIdT = Aws::String>
59 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
60 template<
typename ResourceIdT = Aws::String>
80 template<
typename PolicyNameT = Aws::String>
81 void SetPolicyName(PolicyNameT&& value) { m_policyNameHasBeenSet =
true; m_policyName = std::forward<PolicyNameT>(value); }
82 template<
typename PolicyNameT = Aws::String>
93 template<
typename StartTimeT = Aws::Utils::DateTime>
94 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
95 template<
typename StartTimeT = Aws::Utils::DateTime>
106 template<
typename EndTimeT = Aws::Utils::DateTime>
107 void SetEndTime(EndTimeT&& value) { m_endTimeHasBeenSet =
true; m_endTime = std::forward<EndTimeT>(value); }
108 template<
typename EndTimeT = Aws::Utils::DateTime>
114 bool m_serviceNamespaceHasBeenSet =
false;
117 bool m_resourceIdHasBeenSet =
false;
120 bool m_scalableDimensionHasBeenSet =
false;
123 bool m_policyNameHasBeenSet =
false;
126 bool m_startTimeHasBeenSet =
false;
129 bool m_endTimeHasBeenSet =
false;
void SetResourceId(ResourceIdT &&value)
GetPredictiveScalingForecastRequest & WithEndTime(EndTimeT &&value)
bool ScalableDimensionHasBeenSet() const
GetPredictiveScalingForecastRequest & WithPolicyName(PolicyNameT &&value)
GetPredictiveScalingForecastRequest & WithServiceNamespace(ServiceNamespace value)
const Aws::String & GetResourceId() const
bool EndTimeHasBeenSet() const
ServiceNamespace GetServiceNamespace() const
void SetEndTime(EndTimeT &&value)
const Aws::String & GetPolicyName() const
ScalableDimension GetScalableDimension() const
const Aws::Utils::DateTime & GetStartTime() const
bool PolicyNameHasBeenSet() const
AWS_APPLICATIONAUTOSCALING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetPredictiveScalingForecastRequest & WithScalableDimension(ScalableDimension value)
bool ServiceNamespaceHasBeenSet() const
AWS_APPLICATIONAUTOSCALING_API GetPredictiveScalingForecastRequest()=default
void SetServiceNamespace(ServiceNamespace value)
GetPredictiveScalingForecastRequest & WithResourceId(ResourceIdT &&value)
AWS_APPLICATIONAUTOSCALING_API Aws::String SerializePayload() const override
bool StartTimeHasBeenSet() const
void SetScalableDimension(ScalableDimension value)
const Aws::Utils::DateTime & GetEndTime() const
bool ResourceIdHasBeenSet() const
GetPredictiveScalingForecastRequest & WithStartTime(StartTimeT &&value)
void SetPolicyName(PolicyNameT &&value)
void SetStartTime(StartTimeT &&value)
virtual const char * GetServiceRequestName() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String