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