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