public class DeleteDestinationRequest extends AmazonWebServiceRequest implements java.io.Serializable
Deletes the specified destination, and eventually disables all the subscription filters that publish to it. This operation does not delete the physical resource encapsulated by the destination.
Constructor and Description |
---|
DeleteDestinationRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDestinationName()
The name of the destination.
|
int |
hashCode() |
void |
setDestinationName(java.lang.String destinationName)
The name of the destination.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDestinationRequest |
withDestinationName(java.lang.String destinationName)
The name of the destination.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getDestinationName()
The name of the destination.
Constraints:
Length: 1 - 512
Pattern: [^:*]*
The name of the destination.
public void setDestinationName(java.lang.String destinationName)
The name of the destination.
Constraints:
Length: 1 - 512
Pattern: [^:*]*
destinationName
- The name of the destination.
public DeleteDestinationRequest withDestinationName(java.lang.String destinationName)
The name of the destination.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 512
Pattern: [^:*]*
destinationName
- The name of the destination.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.