7#include <aws/autoscaling/AutoScalingRequest.h>
8#include <aws/autoscaling/AutoScaling_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
15namespace AutoScaling {
44 template <
typename LaunchConfigurationNamesT = Aws::Vector<Aws::String>>
46 m_launchConfigurationNamesHasBeenSet =
true;
47 m_launchConfigurationNames = std::forward<LaunchConfigurationNamesT>(value);
49 template <
typename LaunchConfigurationNamesT = Aws::Vector<Aws::String>>
54 template <
typename LaunchConfigurationNamesT = Aws::String>
56 m_launchConfigurationNamesHasBeenSet =
true;
57 m_launchConfigurationNames.emplace_back(std::forward<LaunchConfigurationNamesT>(value));
69 template <
typename NextTokenT = Aws::String>
71 m_nextTokenHasBeenSet =
true;
72 m_nextToken = std::forward<NextTokenT>(value);
74 template <
typename NextTokenT = Aws::String>
89 m_maxRecordsHasBeenSet =
true;
103 bool m_launchConfigurationNamesHasBeenSet =
false;
104 bool m_nextTokenHasBeenSet =
false;
105 bool m_maxRecordsHasBeenSet =
false;
AWS_AUTOSCALING_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
bool LaunchConfigurationNamesHasBeenSet() const
DescribeLaunchConfigurationsRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
DescribeLaunchConfigurationsRequest & WithLaunchConfigurationNames(LaunchConfigurationNamesT &&value)
bool MaxRecordsHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetMaxRecords(int value)
const Aws::Vector< Aws::String > & GetLaunchConfigurationNames() const
AWS_AUTOSCALING_API DescribeLaunchConfigurationsRequest()=default
int GetMaxRecords() const
const Aws::String & GetNextToken() const
AWS_AUTOSCALING_API Aws::String SerializePayload() const override
void SetLaunchConfigurationNames(LaunchConfigurationNamesT &&value)
DescribeLaunchConfigurationsRequest & WithMaxRecords(int value)
DescribeLaunchConfigurationsRequest & AddLaunchConfigurationNames(LaunchConfigurationNamesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector