AWS SDK for .NET Documentation
CopySnapshotRequest Class
AmazonAmazon.ElastiCache.ModelCopySnapshotRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the CopySnapshot operation.

The CopySnapshot operation makes a copy of an existing snapshot.

Declaration Syntax
C#
public class CopySnapshotRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CopySnapshotRequest()()()()
Initializes a new instance of the CopySnapshotRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
AmazonWebServiceRequest
 CopySnapshotRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)