Class ListBranchesRequest

    • Method Detail

      • appId

        public final String appId()

        The unique ID for an Amplify app.

        Returns:
        The unique ID for an Amplify app.
      • nextToken

        public final String nextToken()

        A pagination token. Set to null to start listing branches from the start. If a non-null pagination token is returned in a result, pass its value in here to list more branches.

        Returns:
        A pagination token. Set to null to start listing branches from the start. If a non-null pagination token is returned in a result, pass its value in here to list more branches.
      • maxResults

        public final Integer maxResults()

        The maximum number of records to list in a single response.

        Returns:
        The maximum number of records to list in a single 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