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