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