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