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