Class CreateAssetModelResponse

    • Method Detail

      • assetModelId

        public final String assetModelId()

        The ID of the asset model, in UUID format. You can use this ID when you call other IoT SiteWise API operations.

        Returns:
        The ID of the asset model, in UUID format. You can use this ID when you call other IoT SiteWise API operations.
      • assetModelArn

        public final String assetModelArn()

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

        arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}

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

        arn:${Partition}:iotsitewise:${Region}:${Account}:asset-model/${AssetModelId}

      • assetModelStatus

        public final AssetModelStatus assetModelStatus()

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

        Returns:
        The status of the asset model, 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