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