Class ListIndexedRecoveryPointsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.backup.transform.ListIndexedRecoveryPointsRequestMarshaller
- All Implemented Interfaces:
Marshaller<ListIndexedRecoveryPointsRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<ListIndexedRecoveryPointsRequest>- Parameters:
listIndexedRecoveryPointsRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-