Class ListRoutesRequest

    • Method Detail

      • applicationIdentifier

        public final String applicationIdentifier()

        The ID of the application.

        Returns:
        The ID of the application.
      • environmentIdentifier

        public final String environmentIdentifier()

        The ID of the environment.

        Returns:
        The ID of the environment.
      • 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.

        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.
      • nextToken

        public final String nextToken()

        The token for the next page of results.

        Returns:
        The token for the next page of results.
      • 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