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