Container for the parameters to the AddSourceIdentifierToSubscription operation.
            
Adds a source identifier to an existing RDS event notification subscription.
 Declaration Syntax
 Declaration Syntax| C# | 
public class AddSourceIdentifierToSubscriptionRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | AddSourceIdentifierToSubscriptionRequest()()()() | Initializes a new instance of the AddSourceIdentifierToSubscriptionRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | 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:  
 | 
|  | SubscriptionName | 
            The name of the RDS event notification subscription you want to add a source identifier to.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithSourceIdentifier(String) | Obsolete. 
            Sets the SourceIdentifier property
             | 
|  | WithSubscriptionName(String) | Obsolete. 
            Sets the SubscriptionName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | AddSourceIdentifierToSubscriptionRequest | |