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