7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/MgnRequest.h>
9#include <aws/mgn/Mgn_EXPORTS.h>
27 inline virtual const char*
GetServiceRequestName()
const override {
return "DeleteLaunchConfigurationTemplate"; }
37 template <
typename LaunchConfigurationTemplateIDT = Aws::String>
39 m_launchConfigurationTemplateIDHasBeenSet =
true;
40 m_launchConfigurationTemplateID = std::forward<LaunchConfigurationTemplateIDT>(value);
42 template <
typename LaunchConfigurationTemplateIDT = Aws::String>
50 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