Class DisassociateAssetsRequest

    • Method Detail

      • assetId

        public final String assetId()

        The ID of the parent asset from which to disassociate the child asset.

        Returns:
        The ID of the parent asset from which to disassociate the child asset.
      • hierarchyId

        public final String hierarchyId()

        The ID of a hierarchy in the parent asset's model. Hierarchies allow different groupings of assets to be formed that all come from the same asset model. You can use the hierarchy ID to identify the correct asset to disassociate. For more information, see Asset hierarchies in the IoT SiteWise User Guide.

        Returns:
        The ID of a hierarchy in the parent asset's model. Hierarchies allow different groupings of assets to be formed that all come from the same asset model. You can use the hierarchy ID to identify the correct asset to disassociate. For more information, see Asset hierarchies in the IoT SiteWise User Guide.
      • childAssetId

        public final String childAssetId()

        The ID of the child asset to disassociate.

        Returns:
        The ID of the child asset to disassociate.
      • 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.
      • 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