Class StartAutomatedReasoningPolicyTestWorkflowRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrock.transform.StartAutomatedReasoningPolicyTestWorkflowRequestMarshaller
- All Implemented Interfaces:
Marshaller<StartAutomatedReasoningPolicyTestWorkflowRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<StartAutomatedReasoningPolicyTestWorkflowRequest>- Parameters:
startAutomatedReasoningPolicyTestWorkflowRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-