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