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