Class CreateAssetResponse

    • Method Detail

      • assetId

        public final String assetId()

        The ID of the asset. This ID uniquely identifies the asset within IoT SiteWise and can be used with other IoT SiteWise APIs.

        Returns:
        The ID of the asset. This ID uniquely identifies the asset within IoT SiteWise and can be used with other IoT SiteWise APIs.
      • assetArn

        public final String assetArn()

        The ARN of the asset, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}

        Returns:
        The ARN of the asset, which has the following format.

        arn:${Partition}:iotsitewise:${Region}:${Account}:asset/${AssetId}

      • assetStatus

        public final AssetStatus assetStatus()

        The status of the asset, which contains a state (CREATING after successfully calling this operation) and any error message.

        Returns:
        The status of the asset, which contains a state (CREATING after successfully calling this operation) and any error message.
      • 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