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