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