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()

        Whether to list all catalogs across the catalog hierarchy, starting from the ParentCatalogId. Defaults to false . When true, all catalog objects in the ParentCatalogID hierarchy are enumerated in the response.

        Returns:
        Whether to list all catalogs across the catalog hierarchy, starting from the ParentCatalogId . Defaults to false . When true, all catalog objects in the ParentCatalogID hierarchy are enumerated in the response.
      • includeRoot

        public final Boolean includeRoot()

        Whether to list the default catalog in the account and region in the response. Defaults to false. When true and ParentCatalogId = NULL | Amazon Web Services Account ID, all catalogs and the default catalog are enumerated in the response.

        When the ParentCatalogId is not equal to null, and this attribute is passed as false or true, an InvalidInputException is thrown.

        Returns:
        Whether to list the default catalog in the account and region in the response. Defaults to false. When true and ParentCatalogId = NULL | Amazon Web Services Account ID, all catalogs and the default catalog are enumerated in the response.

        When the ParentCatalogId is not equal to null, and this attribute is passed as false or true, an InvalidInputException is thrown.

      • 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