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