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