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