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