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