public class DeleteThingRequestMarshaller extends java.lang.Object implements Marshaller<Request<DeleteThingRequest>,DeleteThingRequest>
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
DEFAULT_CONTENT_TYPE |
private SdkJsonProtocolFactory |
protocolFactory |
Constructor and Description |
---|
DeleteThingRequestMarshaller(SdkJsonProtocolFactory protocolFactory) |
Modifier and Type | Method and Description |
---|---|
Request<DeleteThingRequest> |
marshall(DeleteThingRequest deleteThingRequest) |
private static final java.lang.String DEFAULT_CONTENT_TYPE
private final SdkJsonProtocolFactory protocolFactory
public DeleteThingRequestMarshaller(SdkJsonProtocolFactory protocolFactory)
public Request<DeleteThingRequest> marshall(DeleteThingRequest deleteThingRequest)
marshall
in interface Marshaller<Request<DeleteThingRequest>,DeleteThingRequest>