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