Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class DeleteEventSubscriptionRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.rds.model.DeleteEventSubscriptionRequest
All Implemented Interfaces:
Serializable

public class DeleteEventSubscriptionRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DeleteEventSubscription operation.

Deletes an RDS event notification subscription.

See Also:
AmazonRDS.deleteEventSubscription(DeleteEventSubscriptionRequest), Serialized Form

Constructor Summary
DeleteEventSubscriptionRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getSubscriptionName()
          The name of the RDS event notification subscription you want to delete.
 int hashCode()
           
 void setSubscriptionName(String subscriptionName)
          The name of the RDS event notification subscription you want to delete.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DeleteEventSubscriptionRequest withSubscriptionName(String subscriptionName)
          The name of the RDS event notification subscription you want to delete.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteEventSubscriptionRequest

public DeleteEventSubscriptionRequest()
Method Detail

getSubscriptionName

public String getSubscriptionName()
The name of the RDS event notification subscription you want to delete.

Returns:
The name of the RDS event notification subscription you want to delete.

setSubscriptionName

public void setSubscriptionName(String subscriptionName)
The name of the RDS event notification subscription you want to delete.

Parameters:
subscriptionName - The name of the RDS event notification subscription you want to delete.

withSubscriptionName

public DeleteEventSubscriptionRequest withSubscriptionName(String subscriptionName)
The name of the RDS event notification subscription you want to delete.

Returns a reference to this object so that method calls can be chained together.

Parameters:
subscriptionName - The name of the RDS event notification subscription you want to delete.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.