C# Class Amazon.EC2.Model.DeleteSnapshotRequest

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteSnapshotRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteSnapshotRequest ( string snapshotId ) : System

Instantiates DeleteSnapshotRequest with the parameterized properties

Private Methods

Method Description
IsSetSnapshotId ( ) : bool

Method Details

DeleteSnapshotRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteSnapshotRequest ( ) : System
return System

DeleteSnapshotRequest() public method

Instantiates DeleteSnapshotRequest with the parameterized properties
public DeleteSnapshotRequest ( string snapshotId ) : System
snapshotId string The ID of the EBS snapshot.
return System