Class ListDatabasesRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The ID of the application.

        Returns:
        The ID of the application.
      • componentId

        public final String componentId()

        The ID of the component.

        Returns:
        The ID of the component.
      • nextToken

        public final String nextToken()

        The token for the next page of results.

        Returns:
        The token for the next page of results.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value. If you do not specify a value for MaxResults, the request returns 50 items per page by default.

        Returns:
        The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value. If you do not specify a value for MaxResults, the request returns 50 items per page by default.
      • 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