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