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