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