7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/autoscaling/AutoScalingRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename LaunchConfigurationNamesT = Aws::Vector<Aws::String>>
49 void SetLaunchConfigurationNames(LaunchConfigurationNamesT&& value) { m_launchConfigurationNamesHasBeenSet =
true; m_launchConfigurationNames = std::forward<LaunchConfigurationNamesT>(value); }
50 template<
typename LaunchConfigurationNamesT = Aws::Vector<Aws::String>>
52 template<
typename LaunchConfigurationNamesT = Aws::String>
63 template<
typename NextTokenT = Aws::String>
64 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
65 template<
typename NextTokenT = Aws::String>
76 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
82 bool m_launchConfigurationNamesHasBeenSet =
false;
85 bool m_nextTokenHasBeenSet =
false;
88 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