7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/drs/DrsRequest.h>
10#include <aws/drs/Drs_EXPORTS.h>
28 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeLaunchConfigurationTemplates"; }
39 template <
typename LaunchConfigurationTemplateIDsT = Aws::Vector<Aws::String>>
41 m_launchConfigurationTemplateIDsHasBeenSet =
true;
42 m_launchConfigurationTemplateIDs = std::forward<LaunchConfigurationTemplateIDsT>(value);
44 template <
typename LaunchConfigurationTemplateIDsT = Aws::Vector<Aws::String>>
49 template <
typename LaunchConfigurationTemplateIDsT = Aws::String>
51 m_launchConfigurationTemplateIDsHasBeenSet =
true;
52 m_launchConfigurationTemplateIDs.emplace_back(std::forward<LaunchConfigurationTemplateIDsT>(value));
64 m_maxResultsHasBeenSet =
true;
79 template <
typename NextTokenT = Aws::String>
81 m_nextTokenHasBeenSet =
true;
82 m_nextToken = std::forward<NextTokenT>(value);
84 template <
typename NextTokenT = Aws::String>
96 bool m_launchConfigurationTemplateIDsHasBeenSet =
false;
97 bool m_maxResultsHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
AWS_DRS_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
DescribeLaunchConfigurationTemplatesRequest & AddLaunchConfigurationTemplateIDs(LaunchConfigurationTemplateIDsT &&value)
bool MaxResultsHasBeenSet() const
void SetLaunchConfigurationTemplateIDs(LaunchConfigurationTemplateIDsT &&value)
DescribeLaunchConfigurationTemplatesRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
DescribeLaunchConfigurationTemplatesRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
void SetMaxResults(int value)
DescribeLaunchConfigurationTemplatesRequest & WithLaunchConfigurationTemplateIDs(LaunchConfigurationTemplateIDsT &&value)
const Aws::String & GetNextToken() const
bool LaunchConfigurationTemplateIDsHasBeenSet() const
int GetMaxResults() const
AWS_DRS_API DescribeLaunchConfigurationTemplatesRequest()=default
const Aws::Vector< Aws::String > & GetLaunchConfigurationTemplateIDs() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector