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