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