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