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