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