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