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