Class UpdateThingRequestMarshaller
- java.lang.Object
-
- software.amazon.awssdk.services.iot.transform.UpdateThingRequestMarshaller
-
- All Implemented Interfaces:
Marshaller<UpdateThingRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateThingRequestMarshaller extends Object implements Marshaller<UpdateThingRequest>
UpdateThingRequest
Marshaller
-
-
Constructor Summary
Constructors Constructor Description UpdateThingRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequest
marshall(UpdateThingRequest updateThingRequest)
-
-
-
Constructor Detail
-
UpdateThingRequestMarshaller
public UpdateThingRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(UpdateThingRequest updateThingRequest)
- Specified by:
marshall
in interfaceMarshaller<UpdateThingRequest>
-
-