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