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