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