Class SessionSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SessionSummary.Builder,SessionSummary>
Contains details about a session. For more information about sessions, see Store and retrieve conversation history and context with Amazon Bedrock sessions.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SessionSummary.Builderbuilder()final InstantThe timestamp for when the session was created.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe timestamp for when the session was last modified.static Class<? extends SessionSummary.Builder>final StringThe Amazon Resource Name (ARN) of the session.final StringThe unique identifier for the session.final SessionStatusThe current status of the session.final StringThe current status of the 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
-
createdAt
The timestamp for when the session was created.
- Returns:
- The timestamp for when the session was created.
-
lastUpdatedAt
The timestamp for when the session was last modified.
- Returns:
- The timestamp for when the session was last modified.
-
sessionArn
The Amazon Resource Name (ARN) of the session.
- Returns:
- The Amazon Resource Name (ARN) of the session.
-
sessionId
The unique identifier for the session.
- Returns:
- The unique identifier for the session.
-
sessionStatus
The current status of the session.
If the service returns an enum value that is not available in the current SDK version,
sessionStatuswill returnSessionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsessionStatusAsString().- Returns:
- The current status of the session.
- See Also:
-
sessionStatusAsString
The current status of the session.
If the service returns an enum value that is not available in the current SDK version,
sessionStatuswill returnSessionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsessionStatusAsString().- Returns:
- The current status of the session.
- See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<SessionSummary.Builder,SessionSummary>
-
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
-