Class FlowTraceNodeActionEvent
java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceNodeActionEvent
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlowTraceNodeActionEvent.Builder,FlowTraceNodeActionEvent>
@Generated("software.amazon.awssdk:codegen")
public final class FlowTraceNodeActionEvent
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<FlowTraceNodeActionEvent.Builder,FlowTraceNodeActionEvent>
Contains information about an action (operation) called by a node in an Amazon Bedrock flow. The service generates action events for calls made by prompt nodes, agent nodes, and Amazon Web Services Lambda nodes.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringnodeName()The name of the node that called the operation.final StringThe name of the operation that the node called.final DocumentThe request payload sent to the downstream service.final DocumentThe response payload received from the downstream service.final StringThe ID of the request that the node made to the operation.static Class<? extends FlowTraceNodeActionEvent.Builder>final StringThe name of the service that the node called.final InstantThe date and time that the operation was called.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
nodeName
The name of the node that called the operation.
- Returns:
- The name of the node that called the operation.
-
operationName
The name of the operation that the node called.
- Returns:
- The name of the operation that the node called.
-
operationRequest
The request payload sent to the downstream service.
- Returns:
- The request payload sent to the downstream service.
-
operationResponse
The response payload received from the downstream service.
- Returns:
- The response payload received from the downstream service.
-
requestId
The ID of the request that the node made to the operation.
- Returns:
- The ID of the request that the node made to the operation.
-
serviceName
The name of the service that the node called.
- Returns:
- The name of the service that the node called.
-
timestamp
The date and time that the operation was called.
- Returns:
- The date and time that the operation was called.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlowTraceNodeActionEvent.Builder,FlowTraceNodeActionEvent>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-