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