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