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