Class ListQueuesRequest

    • Method Detail

      • farmId

        public final String farmId()

        The farm ID of the queue.

        Returns:
        The farm ID of the queue.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.

        Returns:
        The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.
      • nextToken

        public final String nextToken()

        The token for the next set of results, or null to start from the beginning.

        Returns:
        The token for the next set of results, or null to start from the beginning.
      • principalId

        public final String principalId()

        The principal ID. This filter is only valid when using Nimble Studio credentials and should match the user ID in the credentials of the caller.

        Returns:
        The principal ID. This filter is only valid when using Nimble Studio credentials and should match the user ID in the credentials of the caller.
      • status

        public final QueueStatus status()

        The status of the queues listed.

        • ACTIVE–The queues are active.

        • SCHEDULING–The queues are scheduling.

        • SCHEDULING_BLOCKED–The queue scheduling is blocked for these queues.

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

        Returns:
        The status of the queues listed.

        • ACTIVE–The queues are active.

        • SCHEDULING–The queues are scheduling.

        • SCHEDULING_BLOCKED–The queue scheduling is blocked for these queues.

        See Also:
        QueueStatus
      • statusAsString

        public final String statusAsString()

        The status of the queues listed.

        • ACTIVE–The queues are active.

        • SCHEDULING–The queues are scheduling.

        • SCHEDULING_BLOCKED–The queue scheduling is blocked for these queues.

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

        Returns:
        The status of the queues listed.

        • ACTIVE–The queues are active.

        • SCHEDULING–The queues are scheduling.

        • SCHEDULING_BLOCKED–The queue scheduling is blocked for these queues.

        See Also:
        QueueStatus
      • 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