C# Class Amazon.EC2.Model.DeregisterImageRequest

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

Public Methods

Method Description
DeregisterImageRequest ( ) : System

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

DeregisterImageRequest ( string imageId ) : System

Instantiates DeregisterImageRequest with the parameterized properties

Private Methods

Method Description
IsSetImageId ( ) : bool

Method Details

DeregisterImageRequest() public method

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

DeregisterImageRequest() public method

Instantiates DeregisterImageRequest with the parameterized properties
public DeregisterImageRequest ( string imageId ) : System
imageId string The ID of the AMI.
return System