7#include <aws/autoscaling-plans/AutoScalingPlansRequest.h>
8#include <aws/autoscaling-plans/AutoScalingPlans_EXPORTS.h>
9#include <aws/autoscaling-plans/model/ApplicationSource.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16namespace AutoScalingPlans {
42 template <
typename ScalingPlanNamesT = Aws::Vector<Aws::String>>
44 m_scalingPlanNamesHasBeenSet =
true;
45 m_scalingPlanNames = std::forward<ScalingPlanNamesT>(value);
47 template <
typename ScalingPlanNamesT = Aws::Vector<Aws::String>>
52 template <
typename ScalingPlanNamesT = Aws::String>
54 m_scalingPlanNamesHasBeenSet =
true;
55 m_scalingPlanNames.emplace_back(std::forward<ScalingPlanNamesT>(value));
69 m_scalingPlanVersionHasBeenSet =
true;
70 m_scalingPlanVersion = value;
85 template <
typename ApplicationSourcesT = Aws::Vector<ApplicationSource>>
87 m_applicationSourcesHasBeenSet =
true;
88 m_applicationSources = std::forward<ApplicationSourcesT>(value);
90 template <
typename ApplicationSourcesT = Aws::Vector<ApplicationSource>>
95 template <
typename ApplicationSourcesT = ApplicationSource>
97 m_applicationSourcesHasBeenSet =
true;
98 m_applicationSources.emplace_back(std::forward<ApplicationSourcesT>(value));
111 m_maxResultsHasBeenSet =
true;
112 m_maxResults = value;
126 template <
typename NextTokenT = Aws::String>
128 m_nextTokenHasBeenSet =
true;
129 m_nextToken = std::forward<NextTokenT>(value);
131 template <
typename NextTokenT = Aws::String>
140 long long m_scalingPlanVersion{0};
147 bool m_scalingPlanNamesHasBeenSet =
false;
148 bool m_scalingPlanVersionHasBeenSet =
false;
149 bool m_applicationSourcesHasBeenSet =
false;
150 bool m_maxResultsHasBeenSet =
false;
151 bool m_nextTokenHasBeenSet =
false;
bool ScalingPlanVersionHasBeenSet() const
AWS_AUTOSCALINGPLANS_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
void SetScalingPlanVersion(long long value)
DescribeScalingPlansRequest & WithScalingPlanVersion(long long value)
int GetMaxResults() const
const Aws::Vector< Aws::String > & GetScalingPlanNames() const
DescribeScalingPlansRequest & WithNextToken(NextTokenT &&value)
DescribeScalingPlansRequest & WithMaxResults(int value)
AWS_AUTOSCALINGPLANS_API DescribeScalingPlansRequest()=default
void SetApplicationSources(ApplicationSourcesT &&value)
bool ScalingPlanNamesHasBeenSet() const
bool ApplicationSourcesHasBeenSet() const
const Aws::String & GetNextToken() const
bool MaxResultsHasBeenSet() const
DescribeScalingPlansRequest & AddScalingPlanNames(ScalingPlanNamesT &&value)
void SetScalingPlanNames(ScalingPlanNamesT &&value)
DescribeScalingPlansRequest & WithApplicationSources(ApplicationSourcesT &&value)
void SetNextToken(NextTokenT &&value)
AWS_AUTOSCALINGPLANS_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
long long GetScalingPlanVersion() const
DescribeScalingPlansRequest & WithScalingPlanNames(ScalingPlanNamesT &&value)
const Aws::Vector< ApplicationSource > & GetApplicationSources() const
DescribeScalingPlansRequest & AddApplicationSources(ApplicationSourcesT &&value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
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