Class UpdateAssetRequest

    • Method Detail

      • assetId

        public final String assetId()

        The ID of the asset to update.

        Returns:
        The ID of the asset to update.
      • assetName

        public final String assetName()

        A friendly name for the asset.

        Returns:
        A friendly name for the asset.
      • clientToken

        public final String clientToken()

        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

        Returns:
        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
      • assetDescription

        public final String assetDescription()

        A description for the asset.

        Returns:
        A description for the asset.
      • 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