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