public class DeleteLaunchConfigurationRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DeleteLaunchConfigurationRequest()  | 
DeleteLaunchConfigurationRequest(DeleteLaunchConfigurationRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getLaunchConfigurationId()
Get Specifies the launch configuration ID that needs to be deleted. 
 | 
void | 
setLaunchConfigurationId(String LaunchConfigurationId)
Set Specifies the launch configuration ID that needs to be deleted. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteLaunchConfigurationRequest()
public DeleteLaunchConfigurationRequest(DeleteLaunchConfigurationRequest source)
public String getLaunchConfigurationId()
public void setLaunchConfigurationId(String LaunchConfigurationId)
LaunchConfigurationId - Specifies the launch configuration ID that needs to be deleted. you can obtain the launch configuration ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/config) or calling the api [DescribeLaunchConfigurations](https://intl.cloud.tencent.com/document/api/377/20445?from_cn_redirect=1) and retrieving the LaunchConfigurationId from the returned information.Copyright © 2025. All rights reserved.