Container for the parameters to the DeleteCacheCluster operation.
            
The DeleteCacheCluster operation deletes a previously provisioned cache cluster. DeleteCacheCluster deletes all associated cache nodes, node endpoints and the cache cluster itself. When you receive a successful response from this operation, Amazon ElastiCache immediately begins deleting the cache cluster; you cannot cancel or revert this operation.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteCacheClusterRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteCacheClusterRequest()()()() | Initializes a new instance of the DeleteCacheClusterRequest class | 
|  | CacheClusterId | 
            The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | FinalSnapshotIdentifier | 
            The name of a final cache cluster snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.
             
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCacheClusterId(String) | Obsolete. 
            Sets the CacheClusterId property
             | 
|  | WithFinalSnapshotIdentifier(String) | Obsolete. 
            Sets the FinalSnapshotIdentifier property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteCacheClusterRequest | |