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