Class GetWorkflowExecutionHistoryRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.swf.transform.GetWorkflowExecutionHistoryRequestMarshaller
- All Implemented Interfaces:
- Marshaller<GetWorkflowExecutionHistoryRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class GetWorkflowExecutionHistoryRequestMarshaller
extends Object
implements Marshaller<GetWorkflowExecutionHistoryRequest>
GetWorkflowExecutionHistoryRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionGetWorkflowExecutionHistoryRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetWorkflowExecutionHistoryRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(GetWorkflowExecutionHistoryRequest getWorkflowExecutionHistoryRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetWorkflowExecutionHistoryRequest>
- Parameters:
- getWorkflowExecutionHistoryRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-