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