Class ListParticipantsRequest

    • Method Detail

      • filterByPublished

        public final Boolean filterByPublished()

        Filters the response list to only show participants who published during the stage session. Only one of filterByUserId, filterByPublished, or filterByState 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, or filterByState 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, or filterByState 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, or filterByState 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, or filterByState 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, or filterByState can be provided per request.
        See Also:
        ParticipantState
      • filterByUserId

        public final String filterByUserId()

        Filters the response list to match the specified user ID. Only one of filterByUserId, filterByPublished, or filterByState 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, or filterByState 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.
      • maxResults

        public final Integer maxResults()

        Maximum number of results to return. Default: 50.

        Returns:
        Maximum number of results to return. Default: 50.
      • 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.
      • sessionId

        public final String sessionId()

        ID of the session within the stage.

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

        public final String stageArn()

        Stage ARN.

        Returns:
        Stage ARN.
      • 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