Class ListDiscoverersRequest

    • Method Detail

      • discovererIdPrefix

        public final String discovererIdPrefix()

        Specifying this limits the results to only those discoverer IDs that start with the specified prefix.

        Returns:
        Specifying this limits the results to only those discoverer IDs that start with the specified prefix.
      • limit

        public final Integer limit()
        Returns the value of the Limit property for this object.
        Returns:
        The value of the Limit property for this object.
      • nextToken

        public final String nextToken()

        The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

        Returns:
        The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
      • sourceArnPrefix

        public final String sourceArnPrefix()

        Specifying this limits the results to only those ARNs that start with the specified prefix.

        Returns:
        Specifying this limits the results to only those ARNs that start with the specified prefix.
      • 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