|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.rds.model.AddSourceIdentifierToSubscriptionRequest
public class AddSourceIdentifierToSubscriptionRequest
Container for the parameters to the AddSourceIdentifierToSubscription operation
.
Adds a source identifier to an existing RDS event notification subscription.
AmazonRDS.addSourceIdentifierToSubscription(AddSourceIdentifierToSubscriptionRequest)
,
Serialized FormConstructor Summary | |
---|---|
AddSourceIdentifierToSubscriptionRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getSourceIdentifier()
The identifier of the event source to be added. |
String |
getSubscriptionName()
The name of the RDS event notification subscription you want to add a source identifier to. |
int |
hashCode()
|
void |
setSourceIdentifier(String sourceIdentifier)
The identifier of the event source to be added. |
void |
setSubscriptionName(String subscriptionName)
The name of the RDS event notification subscription you want to add a source identifier to. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
AddSourceIdentifierToSubscriptionRequest |
withSourceIdentifier(String sourceIdentifier)
The identifier of the event source to be added. |
AddSourceIdentifierToSubscriptionRequest |
withSubscriptionName(String subscriptionName)
The name of the RDS event notification subscription you want to add a source identifier to. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AddSourceIdentifierToSubscriptionRequest()
Method Detail |
---|
public String getSubscriptionName()
public void setSubscriptionName(String subscriptionName)
subscriptionName
- The name of the RDS event notification subscription you want to add a
source identifier to.public AddSourceIdentifierToSubscriptionRequest 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 add a
source identifier to.
public String getSourceIdentifier()
Constraints:
Constraints:
public void setSourceIdentifier(String sourceIdentifier)
Constraints:
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:
public AddSourceIdentifierToSubscriptionRequest withSourceIdentifier(String sourceIdentifier)
Constraints:
Returns a reference to this object so that method calls can be chained together.
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:
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |