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