public class RemoveSourceIdentifierFromSubscriptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RemoveSourceIdentifierFromSubscriptionRequest() |
| Modifier and Type | Method and Description |
|---|---|
RemoveSourceIdentifierFromSubscriptionRequest |
clone()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic RemoveSourceIdentifierFromSubscriptionRequest()
public void setSubscriptionName(String subscriptionName)
The name of the RDS event notification subscription you want to remove a source identifier from.
subscriptionName - The name of the RDS event notification subscription you want to
remove a source identifier from.public String getSubscriptionName()
The name of the RDS event notification subscription you want to remove a source identifier from.
public RemoveSourceIdentifierFromSubscriptionRequest withSubscriptionName(String subscriptionName)
The name of the RDS event notification subscription you want to remove a source identifier from.
subscriptionName - The name of the RDS event notification subscription you want to
remove a source identifier from.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.
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 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.
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.
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 RemoveSourceIdentifierFromSubscriptionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.