Class ListConnectorEntitiesRequest

    • Method Detail

      • connectorProfileName

        public final String connectorProfileName()

        The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account, and is used to query the downstream connector.

        Returns:
        The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account, and is used to query the downstream connector.
      • connectorTypeAsString

        public final String connectorTypeAsString()

        The type of connector, such as Salesforce, Amplitude, and so on.

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

        Returns:
        The type of connector, such as Salesforce, Amplitude, and so on.
        See Also:
        ConnectorType
      • entitiesPath

        public final String entitiesPath()

        This optional parameter is specific to connector implementation. Some connectors support multiple levels or categories of entities. You can find out the list of roots for such providers by sending a request without the entitiesPath parameter. If the connector supports entities at different roots, this initial request returns the list of roots. Otherwise, this request returns all entities supported by the provider.

        Returns:
        This optional parameter is specific to connector implementation. Some connectors support multiple levels or categories of entities. You can find out the list of roots for such providers by sending a request without the entitiesPath parameter. If the connector supports entities at different roots, this initial request returns the list of roots. Otherwise, this request returns all entities supported by the provider.
      • apiVersion

        public final String apiVersion()

        The version of the API that's used by the connector.

        Returns:
        The version of the API that's used by the connector.
      • maxResults

        public final Integer maxResults()

        The maximum number of items that the operation returns in the response.

        Returns:
        The maximum number of items that the operation returns in the response.
      • nextToken

        public final String nextToken()

        A token that was provided by your prior ListConnectorEntities operation if the response was too big for the page size. You specify this token to get the next page of results in paginated response.

        Returns:
        A token that was provided by your prior ListConnectorEntities operation if the response was too big for the page size. You specify this token to get the next page of results in paginated response.
      • 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