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