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