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