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