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 SummaryConstructorsConstructorDescriptionGetMlConfigurationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetMlConfigurationRequest getMlConfigurationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetMlConfigurationRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetMlConfigurationRequest>
- Parameters:
- getMlConfigurationRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-