|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.rds.model.RemoveSourceIdentifierFromSubscriptionRequest
public class RemoveSourceIdentifierFromSubscriptionRequest
Container for the parameters to the RemoveSourceIdentifierFromSubscription operation.
Removes a source identifier from an existing RDS event notification subscription.
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 |
|---|
public RemoveSourceIdentifierFromSubscriptionRequest()
| Method Detail |
|---|
public String getSubscriptionName()
public void setSubscriptionName(String subscriptionName)
subscriptionName - The name of the RDS event notification subscription you want to remove
a source identifier from.public RemoveSourceIdentifierFromSubscriptionRequest withSubscriptionName(String subscriptionName)
Returns a reference to this object so that method calls can be chained together.
subscriptionName - The name of the RDS event notification subscription you want to remove
a source identifier from.
public String getSourceIdentifier()
public void setSourceIdentifier(String sourceIdentifier)
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.public RemoveSourceIdentifierFromSubscriptionRequest withSourceIdentifier(String sourceIdentifier)
Returns a reference to this object so that method calls can be chained together.
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.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||