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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFlowTraceNodeActionEvent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlowTraceNodeActionEvent.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnodeName()The name of the node that called the operation.StringoperationName()The name of the operation that the node called.StringrequestId()The ID of the request that the node made to the operation.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends FlowTraceNodeActionEvent.Builder>serializableBuilderClass()StringserviceName()The name of the service that the node called.Instanttimestamp()The date and time that the operation was called.FlowTraceNodeActionEvent.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
nodeName
public final String nodeName()
The name of the node that called the operation.
- Returns:
- The name of the node that called the operation.
-
operationName
public final String operationName()
The name of the operation that the node called.
- Returns:
- The name of the operation that the node called.
-
requestId
public final String 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
public final String serviceName()
The name of the service that the node called.
- Returns:
- The name of the service that the node called.
-
timestamp
public final Instant timestamp()
The date and time that the operation was called.
- Returns:
- The date and time that the operation was called.
-
toBuilder
public FlowTraceNodeActionEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlowTraceNodeActionEvent.Builder,FlowTraceNodeActionEvent>
-
builder
public static FlowTraceNodeActionEvent.Builder builder()
-
serializableBuilderClass
public static Class<? extends FlowTraceNodeActionEvent.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-