Container for the parameters to the CreateDBSnapshot operation.
            
Creates a DBSnapshot. The source DBInstance must be in "available" state.
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateDBSnapshotRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreateDBSnapshotRequest()()()() | Initializes a new instance of the CreateDBSnapshotRequest class | 
|  | DBInstanceIdentifier | 
            The DB instance identifier. This is the unique key that identifies a DB instance. This parameter isn't case sensitive. Constraints:  
 | 
|  | DBSnapshotIdentifier | 
            The identifier for the DB snapshot. Constraints:  
 | 
|  | 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.) | 
|  | Tags | 
            A list of tags.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDBInstanceIdentifier(String) | Obsolete. 
            Sets the DBInstanceIdentifier property
             | 
|  | WithDBSnapshotIdentifier(String) | Obsolete. 
            Sets the DBSnapshotIdentifier property
             | 
|  | WithTags(array<Tag>[]()[][]) | Obsolete. 
            Adds elements to the Tags collection
             | 
|  | WithTags(IEnumerable<(Of <<'(Tag>)>>)) | Obsolete. 
            Adds elements to the Tags collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | CreateDBSnapshotRequest | |