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