SearchRoomsRequest
public struct SearchRoomsRequest : AWSShape
extension AlexaForBusiness.SearchRoomsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The filters to use to list a specified set of rooms. The supported filter keys are RoomName and ProfileName.
Declaration
Swift
public let filters: [Filter]?
-
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.
Declaration
Swift
public let maxResults: Int?
-
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.
Declaration
Swift
public let nextToken: String?
-
The sort order to use in listing the specified set of rooms. The supported sort keys are RoomName and ProfileName.
Declaration
Swift
public let sortCriteria: [Sort]?
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> AlexaForBusiness.SearchRoomsRequest