Class GetCatalogsRequest

    • Method Detail

      • parentCatalogId

        public final String parentCatalogId()

        The ID of the parent catalog in which the catalog resides. If none is provided, the Amazon Web Services Account Number is used by default.

        Returns:
        The ID of the parent catalog in which the catalog resides. If none is provided, the Amazon Web Services Account Number is used by default.
      • nextToken

        public final String nextToken()

        A continuation token, if this is a continuation call.

        Returns:
        A continuation token, if this is a continuation call.
      • maxResults

        public final Integer maxResults()

        The maximum number of catalogs to return in one response.

        Returns:
        The maximum number of catalogs to return in one response.
      • recursive

        public final Boolean recursive()

        When specified as true, iterates through the account and returns all catalog resources (including top-level resources and child resources)

        Returns:
        When specified as true, iterates through the account and returns all catalog resources (including top-level resources and child resources)
      • 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