@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveSourceIdentifierFromSubscriptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input to RemoveSourceIdentifierFromSubscription.
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 instance identifier for an instance, or
 the name of a security group. 
 | 
String | 
getSubscriptionName()
 The name of the Amazon DocumentDB event notification subscription that 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 instance identifier for an instance, or
 the name of a security group. 
 | 
void | 
setSubscriptionName(String subscriptionName)
 The name of the Amazon DocumentDB event notification subscription that you want to remove a source identifier
 from. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
RemoveSourceIdentifierFromSubscriptionRequest | 
withSourceIdentifier(String sourceIdentifier)
 The source identifier to be removed from the subscription, such as the instance identifier for an instance, or
 the name of a security group. 
 | 
RemoveSourceIdentifierFromSubscriptionRequest | 
withSubscriptionName(String subscriptionName)
 The name of the Amazon DocumentDB event notification subscription that 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, withSdkRequestTimeoutpublic RemoveSourceIdentifierFromSubscriptionRequest()
public void setSubscriptionName(String subscriptionName)
The name of the Amazon DocumentDB event notification subscription that you want to remove a source identifier from.
subscriptionName - The name of the Amazon DocumentDB event notification subscription that you want to remove a source
        identifier from.public String getSubscriptionName()
The name of the Amazon DocumentDB event notification subscription that you want to remove a source identifier from.
public RemoveSourceIdentifierFromSubscriptionRequest withSubscriptionName(String subscriptionName)
The name of the Amazon DocumentDB event notification subscription that you want to remove a source identifier from.
subscriptionName - The name of the Amazon DocumentDB event notification subscription that 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 instance identifier for an instance, or the name of a security group.
sourceIdentifier - The source identifier to be removed from the subscription, such as the instance identifier for an
        instance, or the name of a security group.public String getSourceIdentifier()
The source identifier to be removed from the subscription, such as the instance identifier for an 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 instance identifier for an instance, or the name of a security group.
sourceIdentifier - The source identifier to be removed from the subscription, such as the instance identifier for an
        instance, or the name of a security group.public String toString()
toString in class ObjectObject.toString()public RemoveSourceIdentifierFromSubscriptionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()