Container for the parameters to the CopySnapshot operation.
            
The CopySnapshot operation makes a copy of an existing snapshot.
 Declaration Syntax
 Declaration Syntax| C# | 
public class CopySnapshotRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CopySnapshotRequest()()()() | Initializes a new instance of the CopySnapshotRequest 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.) | 
|  | SourceSnapshotName | 
            The name of an existing snapshot from which to copy.
             
             | 
|  | TargetSnapshotName | 
            A name for the copied snapshot.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithSourceSnapshotName(String) | Obsolete. 
            Sets the SourceSnapshotName property
             | 
|  | WithTargetSnapshotName(String) | Obsolete. 
            Sets the TargetSnapshotName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | CopySnapshotRequest | |