Class MemorySessionSummary
java.lang.Object
software.amazon.awssdk.services.bedrockagentruntime.model.MemorySessionSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MemorySessionSummary.Builder,MemorySessionSummary>
@Generated("software.amazon.awssdk:codegen")
public final class MemorySessionSummary
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<MemorySessionSummary.Builder,MemorySessionSummary>
Contains details of a session summary.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySessionSummary.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringmemoryId()The unique identifier of the memory where the session summary is stored.static Class<? extends MemorySessionSummary.Builder>final InstantThe time when the memory duration for the session is set to end.final StringThe identifier for this session.final InstantThe start time for this session.final StringThe summarized text for this session.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
-
memoryId
The unique identifier of the memory where the session summary is stored.
- Returns:
- The unique identifier of the memory where the session summary is stored.
-
sessionExpiryTime
The time when the memory duration for the session is set to end.
- Returns:
- The time when the memory duration for the session is set to end.
-
sessionId
The identifier for this session.
- Returns:
- The identifier for this session.
-
sessionStartTime
The start time for this session.
- Returns:
- The start time for this session.
-
summaryText
The summarized text for this session.
- Returns:
- The summarized text for this session.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<MemorySessionSummary.Builder,MemorySessionSummary>
-
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
-