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