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