Class ListAssetPropertiesRequest

    • Method Detail

      • assetId

        public final String assetId()

        The ID of the asset.

        Returns:
        The ID of the asset.
      • nextToken

        public final String nextToken()

        The token to be used for the next set of paginated results.

        Returns:
        The token to be used for the next set of paginated results.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return for each paginated request. If not specified, the default value is 50.

        Returns:
        The maximum number of results to return for each paginated request. If not specified, the default value is 50.
      • filter

        public final ListAssetPropertiesFilter filter()

        Filters the requested list of asset properties. You can choose one of the following options:

        • ALL – The list includes all asset properties for a given asset model ID.

        • BASE – The list includes only base asset properties for a given asset model ID.

        Default: BASE

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

        Returns:
        Filters the requested list of asset properties. You can choose one of the following options:

        • ALL – The list includes all asset properties for a given asset model ID.

        • BASE – The list includes only base asset properties for a given asset model ID.

        Default: BASE

        See Also:
        ListAssetPropertiesFilter
      • filterAsString

        public final String filterAsString()

        Filters the requested list of asset properties. You can choose one of the following options:

        • ALL – The list includes all asset properties for a given asset model ID.

        • BASE – The list includes only base asset properties for a given asset model ID.

        Default: BASE

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

        Returns:
        Filters the requested list of asset properties. You can choose one of the following options:

        • ALL – The list includes all asset properties for a given asset model ID.

        • BASE – The list includes only base asset properties for a given asset model ID.

        Default: BASE

        See Also:
        ListAssetPropertiesFilter
      • 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