public class DeleteLaunchConfigurationRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteLaunchConfigurationRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getLaunchConfigurationId()Get ID of the launch configuration to be deleted. | 
| void | setLaunchConfigurationId(String LaunchConfigurationId)Set ID of the launch configuration to be deleted. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getLaunchConfigurationId()
public void setLaunchConfigurationId(String LaunchConfigurationId)
LaunchConfigurationId - ID of the launch configuration to be deleted.Copyright © 2020. All rights reserved.