public class AddSourceIdentifierToSubscriptionRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
sourceIdentifier
The identifier of the event source to be added.
|
private java.lang.String |
subscriptionName
The name of the RDS event notification subscription you want to add a
source identifier to.
|
NOOP
Constructor and Description |
---|
AddSourceIdentifierToSubscriptionRequest() |
Modifier and Type | Method and Description |
---|---|
AddSourceIdentifierToSubscriptionRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getSourceIdentifier()
The identifier of the event source to be added.
|
java.lang.String |
getSubscriptionName()
The name of the RDS event notification subscription you want to add a
source identifier to.
|
int |
hashCode() |
void |
setSourceIdentifier(java.lang.String sourceIdentifier)
The identifier of the event source to be added.
|
void |
setSubscriptionName(java.lang.String subscriptionName)
The name of the RDS event notification subscription you want to add a
source identifier to.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AddSourceIdentifierToSubscriptionRequest |
withSourceIdentifier(java.lang.String sourceIdentifier)
The identifier of the event source to be added.
|
AddSourceIdentifierToSubscriptionRequest |
withSubscriptionName(java.lang.String subscriptionName)
The name of the RDS event notification subscription you want to add a
source identifier to.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String subscriptionName
The name of the RDS event notification subscription you want to add a source identifier to.
private java.lang.String sourceIdentifier
The identifier of the event source to be added. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
Constraints:
DBInstanceIdentifier
must be supplied.DBSecurityGroupName
must be supplied.DBParameterGroupName
must be supplied.DBSnapshotIdentifier
must be supplied.public AddSourceIdentifierToSubscriptionRequest()
public void setSubscriptionName(java.lang.String subscriptionName)
The name of the RDS event notification subscription you want to add a source identifier to.
subscriptionName
- The name of the RDS event notification subscription you want to
add a source identifier to.public java.lang.String getSubscriptionName()
The name of the RDS event notification subscription you want to add a source identifier to.
public AddSourceIdentifierToSubscriptionRequest withSubscriptionName(java.lang.String subscriptionName)
The name of the RDS event notification subscription you want to add a source identifier to.
subscriptionName
- The name of the RDS event notification subscription you want to
add a source identifier to.public void setSourceIdentifier(java.lang.String sourceIdentifier)
The identifier of the event source to be added. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
Constraints:
DBInstanceIdentifier
must be supplied.DBSecurityGroupName
must be supplied.DBParameterGroupName
must be supplied.DBSnapshotIdentifier
must be supplied.sourceIdentifier
- The identifier of the event source to be added. An identifier must
begin with a letter and must contain only ASCII letters, digits,
and hyphens; it cannot end with a hyphen or contain two
consecutive hyphens.
Constraints:
DBInstanceIdentifier
must be supplied.DBSecurityGroupName
must be supplied.DBParameterGroupName
must be supplied.DBSnapshotIdentifier
must be supplied.public java.lang.String getSourceIdentifier()
The identifier of the event source to be added. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
Constraints:
DBInstanceIdentifier
must be supplied.DBSecurityGroupName
must be supplied.DBParameterGroupName
must be supplied.DBSnapshotIdentifier
must be supplied.Constraints:
DBInstanceIdentifier
must be supplied.DBSecurityGroupName
must be supplied.DBParameterGroupName
must be supplied.DBSnapshotIdentifier
must be supplied.public AddSourceIdentifierToSubscriptionRequest withSourceIdentifier(java.lang.String sourceIdentifier)
The identifier of the event source to be added. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
Constraints:
DBInstanceIdentifier
must be supplied.DBSecurityGroupName
must be supplied.DBParameterGroupName
must be supplied.DBSnapshotIdentifier
must be supplied.sourceIdentifier
- The identifier of the event source to be added. An identifier must
begin with a letter and must contain only ASCII letters, digits,
and hyphens; it cannot end with a hyphen or contain two
consecutive hyphens.
Constraints:
DBInstanceIdentifier
must be supplied.DBSecurityGroupName
must be supplied.DBParameterGroupName
must be supplied.DBSnapshotIdentifier
must be supplied.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public AddSourceIdentifierToSubscriptionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()