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