C# Class Amazon.EC2.Model.DeleteDhcpOptionsRequest

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

Public Methods

Method Description
DeleteDhcpOptionsRequest ( ) : System

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

DeleteDhcpOptionsRequest ( string dhcpOptionsId ) : System

Instantiates DeleteDhcpOptionsRequest with the parameterized properties

Private Methods

Method Description
IsSetDhcpOptionsId ( ) : bool

Method Details

DeleteDhcpOptionsRequest() public method

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

DeleteDhcpOptionsRequest() public method

Instantiates DeleteDhcpOptionsRequest with the parameterized properties
public DeleteDhcpOptionsRequest ( string dhcpOptionsId ) : System
dhcpOptionsId string The ID of the DHCP options set.
return System