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>
ExportSchemaRequestMarshaller
-
-
Constructor Summary
Constructors Constructor Description ExportSchemaRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpFullRequestmarshall(ExportSchemaRequest exportSchemaRequest)
-
-
-
Constructor Detail
-
ExportSchemaRequestMarshaller
public ExportSchemaRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(ExportSchemaRequest exportSchemaRequest)
- Specified by:
marshallin interfaceMarshaller<ExportSchemaRequest>
-
-