public class RemoveSourceIdentifierFromSubscriptionRequest extends AmazonWebServiceRequest implements Serializable
RemoveSourceIdentifierFromSubscription operation
.
Removes a source identifier from an existing RDS event notification subscription.
NOOP
Constructor and Description |
---|
RemoveSourceIdentifierFromSubscriptionRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public RemoveSourceIdentifierFromSubscriptionRequest()
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 Object
Object.toString()
Copyright © 2014. All rights reserved.