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