Class CreateEventRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateEventRequest.Builder,CreateEventRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal StringactorId()The identifier of the actor associated with this event.final Branchbranch()The branch information for this event.static CreateEventRequest.Builderbuilder()final StringA unique, case-sensitive identifier to ensure that the operation completes no more than one time.final booleanfinal booleanequalsBySdkFields(Object obj) final InstantThe timestamp when the event occurred.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final booleanFor responses, this returns true if the service returned a value for the Metadata property.final booleanFor responses, this returns true if the service returned a value for the Payload property.final StringmemoryId()The identifier of the AgentCore Memory resource in which to create the event.final Map<String,MetadataValue> metadata()The key-value metadata to attach to the event.final List<PayloadType>payload()The content payload of the event.static Class<? extends CreateEventRequest.Builder>final StringThe identifier of the session in which this event occurs.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods 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
-
memoryId
The identifier of the AgentCore Memory resource in which to create the event.
- Returns:
- The identifier of the AgentCore Memory resource in which to create the event.
-
actorId
The identifier of the actor associated with this event. An actor represents an entity that participates in sessions and generates events.
- Returns:
- The identifier of the actor associated with this event. An actor represents an entity that participates in sessions and generates events.
-
sessionId
The identifier of the session in which this event occurs. A session represents a sequence of related events.
- Returns:
- The identifier of the session in which this event occurs. A session represents a sequence of related events.
-
eventTimestamp
The timestamp when the event occurred. If not specified, the current time is used.
- Returns:
- The timestamp when the event occurred. If not specified, the current time is used.
-
hasPayload
public final boolean hasPayload()For responses, this returns true if the service returned a value for the Payload property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
payload
The content payload of the event. This can include conversational data or binary content.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasPayload()method.- Returns:
- The content payload of the event. This can include conversational data or binary content.
-
branch
The branch information for this event. Branches allow for organizing events into different conversation threads or paths.
- Returns:
- The branch information for this event. Branches allow for organizing events into different conversation threads or paths.
-
clientToken
A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, AgentCore ignores the request, but does not return an error.
- Returns:
- A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, AgentCore ignores the request, but does not return an error.
-
hasMetadata
public final boolean hasMetadata()For responses, this returns true if the service returned a value for the Metadata property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified. -
metadata
The key-value metadata to attach to the event.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasMetadata()method.- Returns:
- The key-value metadata to attach to the event.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateEventRequest.Builder,CreateEventRequest> - Specified by:
toBuilderin classBedrockAgentCoreRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
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
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-