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