C# Class Amazon.EC2.Model.CreateSnapshotRequest

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

Public Methods

Method Description
CreateSnapshotRequest ( ) : System

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

CreateSnapshotRequest ( string volumeId, string description ) : System

Instantiates CreateSnapshotRequest with the parameterized properties

Private Methods

Method Description
IsSetDescription ( ) : bool
IsSetVolumeId ( ) : bool

Method Details

CreateSnapshotRequest() public method

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

CreateSnapshotRequest() public method

Instantiates CreateSnapshotRequest with the parameterized properties
public CreateSnapshotRequest ( string volumeId, string description ) : System
volumeId string The ID of the EBS volume.
description string A description for the snapshot.
return System