public class DeleteNotificationConfigurationRequest extends AbstractModel
Constructor and Description |
---|
DeleteNotificationConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAutoScalingNotificationId()
Get ID of the notification to be deleted.
|
void |
setAutoScalingNotificationId(String AutoScalingNotificationId)
Set ID of the notification 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, toJsonString
public DeleteNotificationConfigurationRequest()
public String getAutoScalingNotificationId()
public void setAutoScalingNotificationId(String AutoScalingNotificationId)
AutoScalingNotificationId
- ID of the notification to be deleted.Copyright © 2020. All rights reserved.