Container for the parameters to the CopyDBSnapshot operation.
            
Copies the specified DBSnapshot. The source DBSnapshot must be in the "available" state.
 Declaration Syntax
 Declaration Syntax| C# | 
public class CopyDBSnapshotRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CopyDBSnapshotRequest()()()() | Initializes a new instance of the CopyDBSnapshotRequest 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.) | 
|  | SourceDBSnapshotIdentifier | 
            The identifier for the source DB snapshot. Constraints:  
 | 
|  | Tags | 
            A list of tags.
             
             | 
|  | TargetDBSnapshotIdentifier | 
            The identifier for the copied snapshot. Constraints:  
 | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithSourceDBSnapshotIdentifier(String) | Obsolete. 
            Sets the SourceDBSnapshotIdentifier property
             | 
|  | WithTags(array<Tag>[]()[][]) | Obsolete. 
            Adds elements to the Tags collection
             | 
|  | WithTags(IEnumerable<(Of <<'(Tag>)>>)) | Obsolete. 
            Adds elements to the Tags collection
             | 
|  | WithTargetDBSnapshotIdentifier(String) | Obsolete. 
            Sets the TargetDBSnapshotIdentifier property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | CopyDBSnapshotRequest | |