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