Class UpdatePlanExecutionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.arcregionswitch.transform.UpdatePlanExecutionRequestMarshaller
- All Implemented Interfaces:
Marshaller<UpdatePlanExecutionRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<UpdatePlanExecutionRequest>- Parameters:
updatePlanExecutionRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-