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