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