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