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