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