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