Class ListAssetFiltersRequest

    • Method Detail

      • assetIdentifier

        public final String assetIdentifier()

        The ID of the data asset.

        Returns:
        The ID of the data asset.
      • domainIdentifier

        public final String domainIdentifier()

        The ID of the domain where you want to list asset filters.

        Returns:
        The ID of the domain where you want to list asset filters.
      • maxResults

        public final Integer maxResults()

        The maximum number of asset filters to return in a single call to ListAssetFilters. When the number of asset filters to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListAssetFilters to list the next set of asset filters.

        Returns:
        The maximum number of asset filters to return in a single call to ListAssetFilters. When the number of asset filters to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListAssetFilters to list the next set of asset filters.
      • nextToken

        public final String nextToken()

        When the number of asset filters is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of asset filters, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListAssetFilters to list the next set of asset filters.

        Returns:
        When the number of asset filters is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of asset filters, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListAssetFilters to list the next set of asset filters.
      • statusAsString

        public final String statusAsString()

        The status of the asset filter.

        If the service returns an enum value that is not available in the current SDK version, status will return FilterStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of the asset filter.
        See Also:
        FilterStatus
      • 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