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