7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/autoscaling/model/ResponseMetadata.h>
11#include <aws/autoscaling/model/LaunchConfiguration.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename LaunchConfigurationsT = Aws::Vector<LaunchConfiguration>>
44 void SetLaunchConfigurations(LaunchConfigurationsT&& value) { m_launchConfigurationsHasBeenSet =
true; m_launchConfigurations = std::forward<LaunchConfigurationsT>(value); }
45 template<
typename LaunchConfigurationsT = Aws::Vector<LaunchConfiguration>>
47 template<
typename LaunchConfigurationsT = LaunchConfiguration>
59 template<
typename NextTokenT = Aws::String>
60 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
61 template<
typename NextTokenT = Aws::String>
68 template<
typename ResponseMetadataT = ResponseMetadata>
69 void SetResponseMetadata(ResponseMetadataT&& value) { m_responseMetadataHasBeenSet =
true; m_responseMetadata = std::forward<ResponseMetadataT>(value); }
70 template<
typename ResponseMetadataT = ResponseMetadata>
76 bool m_launchConfigurationsHasBeenSet =
false;
79 bool m_nextTokenHasBeenSet =
false;
82 bool m_responseMetadataHasBeenSet =
false;
AWS_AUTOSCALING_API DescribeLaunchConfigurationsResult()=default
const Aws::Vector< LaunchConfiguration > & GetLaunchConfigurations() const
DescribeLaunchConfigurationsResult & WithNextToken(NextTokenT &&value)
AWS_AUTOSCALING_API DescribeLaunchConfigurationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
const ResponseMetadata & GetResponseMetadata() const
DescribeLaunchConfigurationsResult & WithResponseMetadata(ResponseMetadataT &&value)
void SetNextToken(NextTokenT &&value)
void SetResponseMetadata(ResponseMetadataT &&value)
DescribeLaunchConfigurationsResult & AddLaunchConfigurations(LaunchConfigurationsT &&value)
const Aws::String & GetNextToken() const
AWS_AUTOSCALING_API DescribeLaunchConfigurationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Xml::XmlDocument > &result)
DescribeLaunchConfigurationsResult & WithLaunchConfigurations(LaunchConfigurationsT &&value)
void SetLaunchConfigurations(LaunchConfigurationsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Xml::XmlDocument XmlDocument