7#include <aws/autoscaling/AutoScaling_EXPORTS.h>
8#include <aws/autoscaling/model/LaunchConfiguration.h>
9#include <aws/autoscaling/model/ResponseMetadata.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace AutoScaling {
38 template <
typename LaunchConfigurationsT = Aws::Vector<LaunchConfiguration>>
40 m_launchConfigurationsHasBeenSet =
true;
41 m_launchConfigurations = std::forward<LaunchConfigurationsT>(value);
43 template <
typename LaunchConfigurationsT = Aws::Vector<LaunchConfiguration>>
48 template <
typename LaunchConfigurationsT = LaunchConfiguration>
50 m_launchConfigurationsHasBeenSet =
true;
51 m_launchConfigurations.emplace_back(std::forward<LaunchConfigurationsT>(value));
64 template <
typename NextTokenT = Aws::String>
66 m_nextTokenHasBeenSet =
true;
67 m_nextToken = std::forward<NextTokenT>(value);
69 template <
typename NextTokenT = Aws::String>
79 template <
typename ResponseMetadataT = ResponseMetadata>
81 m_responseMetadataHasBeenSet =
true;
82 m_responseMetadata = std::forward<ResponseMetadataT>(value);
84 template <
typename ResponseMetadataT = ResponseMetadata>
96 bool m_launchConfigurationsHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
98 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