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