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