7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/mgn/MgnRequest.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;
DeleteLaunchConfigurationTemplateRequest & WithLaunchConfigurationTemplateID(LaunchConfigurationTemplateIDT &&value)
AWS_MGN_API Aws::String SerializePayload() const override
AWS_MGN_API DeleteLaunchConfigurationTemplateRequest()=default
bool LaunchConfigurationTemplateIDHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetLaunchConfigurationTemplateID(LaunchConfigurationTemplateIDT &&value)
const Aws::String & GetLaunchConfigurationTemplateID() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String