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