Class ApprovePlanExecutionStepRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.arcregionswitch.transform.ApprovePlanExecutionStepRequestMarshaller
- All Implemented Interfaces:
Marshaller<ApprovePlanExecutionStepRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<ApprovePlanExecutionStepRequest>
- Parameters:
approvePlanExecutionStepRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-