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