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