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