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