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