C# Class Amazon.SimpleSystemsManagement.Model.ListCommandsRequest

Container for the parameters to the ListCommands operation. Lists the commands requested by users of the AWS account.
Inheritance: AmazonSimpleSystemsManagementRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ListCommandsRequest ( ) : System

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

ListCommandsRequest ( string commandId ) : System

Instantiates ListCommandsRequest with the parameterized properties

Private Methods

Method Description
IsSetCommandId ( ) : bool
IsSetFilters ( ) : bool
IsSetInstanceId ( ) : bool
IsSetMaxResults ( ) : bool
IsSetNextToken ( ) : bool

Method Details

ListCommandsRequest() public method

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

ListCommandsRequest() public method

Instantiates ListCommandsRequest with the parameterized properties
public ListCommandsRequest ( string commandId ) : System
commandId string (Optional) If provided, lists only the specified command.
return System