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