@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public RemoveSourceIdentifierFromSubscriptionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.