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