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