Class ListAppsRequest

    • Method Detail

      • domain

        public final String domain()

        The name of the domain that you want to list apps for.

        Returns:
        The name of the domain that you want to list apps for.
      • maxResults

        public final Integer maxResults()

        The maximum number of apps to list.

        Returns:
        The maximum number of apps to list.
      • nextToken

        public final String nextToken()

        If SimSpace Weaver returns nextToken, then there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then nextToken is set to null. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 ValidationException error.

        Returns:
        If SimSpace Weaver returns nextToken, then there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then nextToken is set to null. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 ValidationException error.
      • simulation

        public final String simulation()

        The name of the simulation that you want to list apps for.

        Returns:
        The name of the simulation that you want to list apps for.
      • 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