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