C# Class Amazon.EC2.Model.Filter

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

Public Methods

Method Description
Filter ( ) : System

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

Filter ( string name ) : System

Instantiates Filter with the parameterized properties

Filter ( string name, List values ) : System

Instantiates Filter with the parameterized properties

Private Methods

Method Description
IsSetName ( ) : bool
IsSetValues ( ) : bool

Method Details

Filter() public method

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

Filter() public method

Instantiates Filter with the parameterized properties
public Filter ( string name ) : System
name string The name of the filter. Filter names are case-sensitive.
return System

Filter() public method

Instantiates Filter with the parameterized properties
public Filter ( string name, List values ) : System
name string The name of the filter. Filter names are case-sensitive.
values List One or more filter values. Filter values are case-sensitive.
return System