Class StopThingRegistrationTaskRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iot.transform.StopThingRegistrationTaskRequestMarshaller
- All Implemented Interfaces:
 Marshaller<StopThingRegistrationTaskRequest>
@Generated("software.amazon.awssdk:codegen")
public class StopThingRegistrationTaskRequestMarshaller
extends Object
implements Marshaller<StopThingRegistrationTaskRequest>
StopThingRegistrationTaskRequest Marshaller- 
Constructor Summary
ConstructorsConstructorDescriptionStopThingRegistrationTaskRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)  - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(StopThingRegistrationTaskRequest stopThingRegistrationTaskRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
StopThingRegistrationTaskRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
public SdkHttpFullRequest marshall(StopThingRegistrationTaskRequest stopThingRegistrationTaskRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<StopThingRegistrationTaskRequest>- Parameters:
 stopThingRegistrationTaskRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -