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