public class ScanRequestMarshaller extends java.lang.Object implements Marshaller<Request<ScanRequest>,ScanRequest>
Modifier and Type | Field and Description |
---|---|
private SdkJsonProtocolFactory |
protocolFactory |
Constructor and Description |
---|
ScanRequestMarshaller(SdkJsonProtocolFactory protocolFactory) |
Modifier and Type | Method and Description |
---|---|
Request<ScanRequest> |
marshall(ScanRequest scanRequest) |
private final SdkJsonProtocolFactory protocolFactory
public ScanRequestMarshaller(SdkJsonProtocolFactory protocolFactory)
public Request<ScanRequest> marshall(ScanRequest scanRequest)
marshall
in interface Marshaller<Request<ScanRequest>,ScanRequest>