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