Class ListCertificatesRequest

    • Method Detail

      • directoryId

        public final String directoryId()

        The identifier of the directory.

        Returns:
        The identifier of the directory.
      • nextToken

        public final String nextToken()

        A token for requesting another page of certificates if the NextToken response element indicates that more certificates are available. Use the value of the returned NextToken element in your request until the token comes back as null. Pass null if this is the first call.

        Returns:
        A token for requesting another page of certificates if the NextToken response element indicates that more certificates are available. Use the value of the returned NextToken element in your request until the token comes back as null. Pass null if this is the first call.
      • limit

        public final Integer limit()

        The number of items that should show up on one page

        Returns:
        The number of items that should show up on one page
      • 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