AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the SearchRooms operation. Searches rooms and lists the ones that meet a set of filter and sort criteria.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AlexaForBusiness.AmazonAlexaForBusinessRequest
      Amazon.AlexaForBusiness.Model.SearchRoomsRequest

Namespace: Amazon.AlexaForBusiness.Model
Assembly: AWSSDK.AlexaForBusiness.dll
Version: 3.x.y.z

Syntax

C#
public class SearchRoomsRequest : AmazonAlexaForBusinessRequest
         IAmazonWebServiceRequest

The SearchRoomsRequest type exposes the following members

Constructors

NameDescription
Public Method SearchRoomsRequest()

Properties

NameTypeDescription
Public Property Filters System.Collections.Generic.List<Amazon.AlexaForBusiness.Model.Filter>

Gets and sets the property Filters.

The filters to use to list a specified set of rooms. The supported filter keys are RoomName and ProfileName.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

Public Property NextToken System.String

Gets and sets the property NextToken.

An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

Public Property SortCriteria System.Collections.Generic.List<Amazon.AlexaForBusiness.Model.Sort>

Gets and sets the property SortCriteria.

The sort order to use in listing the specified set of rooms. The supported sort keys are RoomName and ProfileName.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5