public class DeleteEventSubscriptionRequest extends AmazonWebServiceRequest implements Serializable
DeleteEventSubscription operation.
Deletes an Amazon Redshift event notification subscription.
| Constructor and Description |
|---|
DeleteEventSubscriptionRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getSubscriptionName()
The name of the Amazon Redshift event notification subscription to be
deleted.
|
int |
hashCode() |
void |
setSubscriptionName(String subscriptionName)
The name of the Amazon Redshift event notification subscription to be
deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteEventSubscriptionRequest |
withSubscriptionName(String subscriptionName)
The name of the Amazon Redshift event notification subscription to be
deleted.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic String getSubscriptionName()
public void setSubscriptionName(String subscriptionName)
subscriptionName - The name of the Amazon Redshift event notification subscription to be
deleted.public DeleteEventSubscriptionRequest withSubscriptionName(String subscriptionName)
Returns a reference to this object so that method calls can be chained together.
subscriptionName - The name of the Amazon Redshift event notification subscription to be
deleted.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.