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