GetQAppSessionResponse.Builder |
GetQAppSessionResponse.Builder.appVersion(Integer appVersion) |
The version of the Q App used for the session.
|
static GetQAppSessionResponse.Builder |
GetQAppSessionResponse.builder() |
|
GetQAppSessionResponse.Builder |
GetQAppSessionResponse.Builder.cardStatus(Map<String,CardStatus> cardStatus) |
The current status for each card in the Q App session.
|
GetQAppSessionResponse.Builder |
GetQAppSessionResponse.Builder.latestPublishedAppVersion(Integer latestPublishedAppVersion) |
The latest published version of the Q App used for the session.
|
GetQAppSessionResponse.Builder |
GetQAppSessionResponse.Builder.sessionArn(String sessionArn) |
The Amazon Resource Name (ARN) of the Q App session.
|
GetQAppSessionResponse.Builder |
GetQAppSessionResponse.Builder.sessionId(String sessionId) |
The unique identifier of the Q App session.
|
GetQAppSessionResponse.Builder |
GetQAppSessionResponse.Builder.sessionName(String sessionName) |
The name of the Q App session.
|
GetQAppSessionResponse.Builder |
GetQAppSessionResponse.Builder.status(String status) |
The current status of the Q App session.
|
GetQAppSessionResponse.Builder |
GetQAppSessionResponse.Builder.status(ExecutionStatus status) |
The current status of the Q App session.
|
GetQAppSessionResponse.Builder |
GetQAppSessionResponse.toBuilder() |
|
GetQAppSessionResponse.Builder |
GetQAppSessionResponse.Builder.userIsHost(Boolean userIsHost) |
Indicates whether the current user is the owner of the Q App data collection session.
|