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