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