public class DeleteDeliveryChannelRequest extends AmazonWebServiceRequest implements Serializable
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.
NOOP
Constructor and Description |
---|
DeleteDeliveryChannelRequest() |
Modifier and Type | Method and Description |
---|---|
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, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2015. All rights reserved.