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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListDbServersRequest listDbServersRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListDbServersRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListDbServersRequest>
- Parameters:
- listDbServersRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-