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