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