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