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