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