Class DeleteLaunchConfigurationRequest


  • public class DeleteLaunchConfigurationRequest
    extends AbstractModel
    • Constructor Detail

      • DeleteLaunchConfigurationRequest

        public DeleteLaunchConfigurationRequest()
      • DeleteLaunchConfigurationRequest

        public 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.
    • Method Detail

      • getLaunchConfigurationId

        public String getLaunchConfigurationId()
        Get 需要删除的启动配置ID。
        Returns:
        LaunchConfigurationId 需要删除的启动配置ID。
      • setLaunchConfigurationId

        public void setLaunchConfigurationId​(String LaunchConfigurationId)
        Set 需要删除的启动配置ID。
        Parameters:
        LaunchConfigurationId - 需要删除的启动配置ID。