Class SearchRoomsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.alexaforbusiness.transform.SearchRoomsRequestMarshaller
- All Implemented Interfaces:
Marshaller<SearchRoomsRequest>
@Generated("software.amazon.awssdk:codegen")
public class SearchRoomsRequestMarshaller
extends Object
implements Marshaller<SearchRoomsRequest>
SearchRoomsRequest Marshaller-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshall(SearchRoomsRequest searchRoomsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
SearchRoomsRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<SearchRoomsRequest>- Parameters:
searchRoomsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-