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