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