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