Class DeleteSchemaMappingRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.entityresolution.transform.DeleteSchemaMappingRequestMarshaller
- All Implemented Interfaces:
- Marshaller<DeleteSchemaMappingRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DeleteSchemaMappingRequestMarshaller
extends Object
implements Marshaller<DeleteSchemaMappingRequest>
DeleteSchemaMappingRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionDeleteSchemaMappingRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(DeleteSchemaMappingRequest deleteSchemaMappingRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
DeleteSchemaMappingRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<DeleteSchemaMappingRequest>
- Parameters:
- deleteSchemaMappingRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-