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