public class DeleteDeliveryChannelRequest extends com.amazonaws.AmazonWebServiceRequest implements Serializable, Cloneable
DeleteDeliveryChannel operation.
Deletes the specified delivery channel.
The delivery channel cannot be deleted if it is the only delivery channel and the configuration recorder is still running. To delete the delivery channel, stop the running configuration recorder using the StopConfigurationRecorder action.
| Constructor and Description |
|---|
DeleteDeliveryChannelRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDeliveryChannelRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDeliveryChannelName()
The name of the delivery channel to delete.
|
int |
hashCode() |
void |
setDeliveryChannelName(String deliveryChannelName)
The name of the delivery channel to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDeliveryChannelRequest |
withDeliveryChannelName(String deliveryChannelName)
The name of the delivery channel to delete.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getDeliveryChannelName()
Constraints:
Length: 1 - 256
public void setDeliveryChannelName(String deliveryChannelName)
Constraints:
Length: 1 - 256
deliveryChannelName - The name of the delivery channel to delete.public DeleteDeliveryChannelRequest withDeliveryChannelName(String deliveryChannelName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
deliveryChannelName - The name of the delivery channel to delete.public String toString()
toString in class ObjectObject.toString()public DeleteDeliveryChannelRequest clone()
clone in class com.amazonaws.AmazonWebServiceRequestCopyright © 2015. All rights reserved.