Amazon.SimpleSystemsManagement.Model.ListCommandsResponse.IsSetCommands C# (CSharp) Method

IsSetCommands() private method

private IsSetCommands ( ) : bool
return bool
        internal bool IsSetCommands()
        {
            return this._commands != null && this._commands.Count > 0; 
        }