Class QAppSessionData
- java.lang.Object
-
- software.amazon.awssdk.services.qapps.model.QAppSessionData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<QAppSessionData.Builder,QAppSessionData>
@Generated("software.amazon.awssdk:codegen") public final class QAppSessionData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<QAppSessionData.Builder,QAppSessionData>
The response collected for a Amazon Q App session. This container represents a single response to a Q App session.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceQAppSessionData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QAppSessionData.Builderbuilder()StringcardId()The card Id associated with the response submitted for a Q App session.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 QAppSessionData.Builder>serializableBuilderClass()StringsubmissionId()The unique identifier of the submission.Instanttimestamp()The date and time when the session data is submitted.QAppSessionData.BuildertoBuilder()StringtoString()Returns a string representation of this object.Useruser()The user who submitted the response for a Q App session.Documentvalue()The response submitted for a Q App session.-
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
-
cardId
public final String cardId()
The card Id associated with the response submitted for a Q App session.
- Returns:
- The card Id associated with the response submitted for a Q App session.
-
value
public final Document value()
The response submitted for a Q App session.
- Returns:
- The response submitted for a Q App session.
-
user
public final User user()
The user who submitted the response for a Q App session.
- Returns:
- The user who submitted the response for a Q App session.
-
submissionId
public final String submissionId()
The unique identifier of the submission.
- Returns:
- The unique identifier of the submission.
-
timestamp
public final Instant timestamp()
The date and time when the session data is submitted.
- Returns:
- The date and time when the session data is submitted.
-
toBuilder
public QAppSessionData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<QAppSessionData.Builder,QAppSessionData>
-
builder
public static QAppSessionData.Builder builder()
-
serializableBuilderClass
public static Class<? extends QAppSessionData.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
-
-