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