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