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