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