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