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