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