Class DescribeQueriesRequest

    • Method Detail

      • logGroupName

        public final String logGroupName()

        Limits the returned queries to only those for the specified log group.

        Returns:
        Limits the returned queries to only those for the specified log group.
      • status

        public final QueryStatus status()

        Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

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

        Returns:
        Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.
        See Also:
        QueryStatus
      • statusAsString

        public final String statusAsString()

        Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.

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

        Returns:
        Limits the returned queries to only those that have the specified status. Valid values are Cancelled, Complete, Failed, Running, and Scheduled.
        See Also:
        QueryStatus
      • maxResults

        public final Integer maxResults()

        Limits the number of returned queries to the specified number.

        Returns:
        Limits the number of returned queries to the specified number.
      • nextToken

        public final String nextToken()
        Returns the value of the NextToken property for this object.
        Returns:
        The value of the NextToken property for this object.
      • 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