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