Class NodeActionEvent
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.NodeActionEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NodeActionEvent.Builder,NodeActionEvent>
@Generated("software.amazon.awssdk:codegen") public final class NodeActionEvent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeActionEvent.Builder,NodeActionEvent>
Contains information about an action (operation) called by a node during execution.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNodeActionEvent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeActionEvent.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.DocumentoperationRequest()The request payload sent to the downstream service.DocumentoperationResponse()The response payload received from the downstream service.StringrequestId()The ID of the request that the node made to the operation.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NodeActionEvent.Builder>serializableBuilderClass()StringserviceName()The name of the service that the node called.Instanttimestamp()The date and time that the operation was called.NodeActionEvent.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.
-
timestamp
public final Instant timestamp()
The date and time that the operation was called.
- Returns:
- The date and time that the operation was 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.
-
operationName
public final String operationName()
The name of the operation that the node called.
- Returns:
- The name of the operation that the node called.
-
operationRequest
public final Document operationRequest()
The request payload sent to the downstream service.
- Returns:
- The request payload sent to the downstream service.
-
operationResponse
public final Document operationResponse()
The response payload received from the downstream service.
- Returns:
- The response payload received from the downstream service.
-
toBuilder
public NodeActionEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeActionEvent.Builder,NodeActionEvent>
-
builder
public static NodeActionEvent.Builder builder()
-
serializableBuilderClass
public static Class<? extends NodeActionEvent.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
-
-