Class ListConnectorsRequest

    • Method Detail

      • connectorNamePrefix

        public final String connectorNamePrefix()

        The name prefix that you want to use to search for and list connectors.

        Returns:
        The name prefix that you want to use to search for and list connectors.
      • maxResults

        public final Integer maxResults()

        The maximum number of connectors to list in one response.

        Returns:
        The maximum number of connectors to list in one response.
      • nextToken

        public final String nextToken()

        If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.

        Returns:
        If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
      • 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