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