Class SessionSummary
- java.lang.Object
-
- software.amazon.awssdk.services.wisdom.model.SessionSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SessionSummary.Builder,SessionSummary>
@Generated("software.amazon.awssdk:codegen") public final class SessionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SessionSummary.Builder,SessionSummary>
Summary information about the session.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSessionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassistantArn()The Amazon Resource Name (ARN) of the Wisdom assistant.StringassistantId()The identifier of the Wisdom assistant.static SessionSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SessionSummary.Builder>serializableBuilderClass()StringsessionArn()The Amazon Resource Name (ARN) of the session.StringsessionId()The identifier of the session.SessionSummary.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
-
assistantArn
public final String assistantArn()
The Amazon Resource Name (ARN) of the Wisdom assistant.
- Returns:
- The Amazon Resource Name (ARN) of the Wisdom assistant.
-
assistantId
public final String assistantId()
The identifier of the Wisdom assistant.
- Returns:
- The identifier of the Wisdom assistant.
-
sessionArn
public final String sessionArn()
The Amazon Resource Name (ARN) of the session.
- Returns:
- The Amazon Resource Name (ARN) of the session.
-
sessionId
public final String sessionId()
The identifier of the session.
- Returns:
- The identifier of the session.
-
toBuilder
public SessionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SessionSummary.Builder,SessionSummary>
-
builder
public static SessionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends SessionSummary.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
-
-