Class ListParticipantsRequest

    • Method Detail

      • stageArn

        public final String stageArn()

        Stage ARN.

        Returns:
        Stage ARN.
      • sessionId

        public final String sessionId()

        ID of the session within the stage.

        Returns:
        ID of the session within the stage.
      • filterByUserId

        public final String filterByUserId()

        Filters the response list to match the specified user ID. Only one of filterByUserId, filterByPublished, filterByState, or filterByRecordingState can be provided per request. A userId is a customer-assigned name to help identify the token; this can be used to link a participant to a user in the customer’s own systems.

        Returns:
        Filters the response list to match the specified user ID. Only one of filterByUserId, filterByPublished, filterByState, or filterByRecordingState can be provided per request. A userId is a customer-assigned name to help identify the token; this can be used to link a participant to a user in the customer’s own systems.
      • filterByPublished

        public final Boolean filterByPublished()

        Filters the response list to only show participants who published during the stage session. Only one of filterByUserId, filterByPublished, filterByState, or filterByRecordingState can be provided per request.

        Returns:
        Filters the response list to only show participants who published during the stage session. Only one of filterByUserId, filterByPublished, filterByState, or filterByRecordingState can be provided per request.
      • filterByState

        public final ParticipantState filterByState()

        Filters the response list to only show participants in the specified state. Only one of filterByUserId, filterByPublished, filterByState, or filterByRecordingState can be provided per request.

        If the service returns an enum value that is not available in the current SDK version, filterByState will return ParticipantState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from filterByStateAsString().

        Returns:
        Filters the response list to only show participants in the specified state. Only one of filterByUserId, filterByPublished, filterByState, or filterByRecordingState can be provided per request.
        See Also:
        ParticipantState
      • filterByStateAsString

        public final String filterByStateAsString()

        Filters the response list to only show participants in the specified state. Only one of filterByUserId, filterByPublished, filterByState, or filterByRecordingState can be provided per request.

        If the service returns an enum value that is not available in the current SDK version, filterByState will return ParticipantState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from filterByStateAsString().

        Returns:
        Filters the response list to only show participants in the specified state. Only one of filterByUserId, filterByPublished, filterByState, or filterByRecordingState can be provided per request.
        See Also:
        ParticipantState
      • nextToken

        public final String nextToken()

        The first participant to retrieve. This is used for pagination; see the nextToken response field.

        Returns:
        The first participant to retrieve. This is used for pagination; see the nextToken response field.
      • maxResults

        public final Integer maxResults()

        Maximum number of results to return. Default: 50.

        Returns:
        Maximum number of results to return. Default: 50.
      • filterByRecordingStateAsString

        public final String filterByRecordingStateAsString()

        Filters the response list to only show participants with the specified recording state. Only one of filterByUserId, filterByPublished, filterByState, or filterByRecordingState can be provided per request.

        If the service returns an enum value that is not available in the current SDK version, filterByRecordingState will return ParticipantRecordingFilterByRecordingState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from filterByRecordingStateAsString().

        Returns:
        Filters the response list to only show participants with the specified recording state. Only one of filterByUserId, filterByPublished, filterByState, or filterByRecordingState can be provided per request.
        See Also:
        ParticipantRecordingFilterByRecordingState
      • 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.
        Overrides:
        toString in class Object