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