Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.rds.model
Class RemoveSourceIdentifierFromSubscriptionRequest

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

public class RemoveSourceIdentifierFromSubscriptionRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the RemoveSourceIdentifierFromSubscription operation.

Removes a source identifier from an existing RDS event notification subscription.

See Also:
AmazonRDS.removeSourceIdentifierFromSubscription(RemoveSourceIdentifierFromSubscriptionRequest), Serialized Form

Constructor Summary
RemoveSourceIdentifierFromSubscriptionRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getSourceIdentifier()
          The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.
 String getSubscriptionName()
          The name of the RDS event notification subscription you want to remove a source identifier from.
 int hashCode()
           
 void setSourceIdentifier(String sourceIdentifier)
          The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.
 void setSubscriptionName(String subscriptionName)
          The name of the RDS event notification subscription you want to remove a source identifier from.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 RemoveSourceIdentifierFromSubscriptionRequest withSourceIdentifier(String sourceIdentifier)
          The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.
 RemoveSourceIdentifierFromSubscriptionRequest withSubscriptionName(String subscriptionName)
          The name of the RDS event notification subscription you want to remove a source identifier from.
 
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

RemoveSourceIdentifierFromSubscriptionRequest

public RemoveSourceIdentifierFromSubscriptionRequest()
Method Detail

getSubscriptionName

public String getSubscriptionName()
The name of the RDS event notification subscription you want to remove a source identifier from.

Returns:
The name of the RDS event notification subscription you want to remove a source identifier from.

setSubscriptionName

public void setSubscriptionName(String subscriptionName)
The name of the RDS event notification subscription you want to remove a source identifier from.

Parameters:
subscriptionName - The name of the RDS event notification subscription you want to remove a source identifier from.

withSubscriptionName

public RemoveSourceIdentifierFromSubscriptionRequest withSubscriptionName(String subscriptionName)
The name of the RDS event notification subscription you want to remove a source identifier from.

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 remove a source identifier from.
Returns:
A reference to this updated object so that method calls can be chained together.

getSourceIdentifier

public String getSourceIdentifier()
The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.

Returns:
The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.

setSourceIdentifier

public void setSourceIdentifier(String sourceIdentifier)
The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.

Parameters:
sourceIdentifier - The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.

withSourceIdentifier

public RemoveSourceIdentifierFromSubscriptionRequest withSourceIdentifier(String sourceIdentifier)
The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.

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

Parameters:
sourceIdentifier - The source identifier to be removed from the subscription, such as the DB instance identifier for a DB instance or the name of a security group.
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.