public class DeleteDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteDestination operation.
Deletes the destination with the specified name and eventually disables all the subscription filters that publish to it. This will not delete the physical resource encapsulated by the destination.
NOOP| Constructor and Description |
|---|
DeleteDestinationRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDestinationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDestinationName()
The name of destination to delete.
|
int |
hashCode() |
void |
setDestinationName(String destinationName)
The name of destination to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDestinationRequest |
withDestinationName(String destinationName)
The name of destination to delete.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getDestinationName()
Constraints:
Length: 1 - 512
Pattern: [^:*]*
public void setDestinationName(String destinationName)
Constraints:
Length: 1 - 512
Pattern: [^:*]*
destinationName - The name of destination to delete.public DeleteDestinationRequest withDestinationName(String destinationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 512
Pattern: [^:*]*
destinationName - The name of destination to delete.public String toString()
toString in class ObjectObject.toString()public DeleteDestinationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.