7#include <aws/drs/Drs_EXPORTS.h>
8#include <aws/drs/DrsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DeleteLaunchConfigurationTemplate"; }
41 template<
typename LaunchConfigurationTemplateIDT = Aws::String>
42 void SetLaunchConfigurationTemplateID(LaunchConfigurationTemplateIDT&& value) { m_launchConfigurationTemplateIDHasBeenSet =
true; m_launchConfigurationTemplateID = std::forward<LaunchConfigurationTemplateIDT>(value); }
43 template<
typename LaunchConfigurationTemplateIDT = Aws::String>
49 bool m_launchConfigurationTemplateIDHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_DRS_API DeleteLaunchConfigurationTemplateRequest()=default
bool LaunchConfigurationTemplateIDHasBeenSet() const
const Aws::String & GetLaunchConfigurationTemplateID() const
AWS_DRS_API Aws::String SerializePayload() const override
DeleteLaunchConfigurationTemplateRequest & WithLaunchConfigurationTemplateID(LaunchConfigurationTemplateIDT &&value)
void SetLaunchConfigurationTemplateID(LaunchConfigurationTemplateIDT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String