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