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