Class DescribeDatasetResponse

    • Method Detail

      • datasetId

        public final String datasetId()

        The ID of the dataset.

        Returns:
        The ID of the dataset.
      • datasetArn

        public final String datasetArn()

        The ARN of the dataset. The format is arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}.

        Returns:
        The ARN of the dataset. The format is arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}.
      • datasetName

        public final String datasetName()

        The name of the dataset.

        Returns:
        The name of the dataset.
      • datasetDescription

        public final String datasetDescription()

        A description about the dataset, and its functionality.

        Returns:
        A description about the dataset, and its functionality.
      • datasetSource

        public final DatasetSource datasetSource()

        The data source for the dataset.

        Returns:
        The data source for the dataset.
      • datasetStatus

        public final DatasetStatus datasetStatus()

        The status of the dataset. This contains the state and any error messages. State is CREATING after a successfull call to this API, and any associated error message. The state is ACTIVE when ready to use.

        Returns:
        The status of the dataset. This contains the state and any error messages. State is CREATING after a successfull call to this API, and any associated error message. The state is ACTIVE when ready to use.
      • datasetCreationDate

        public final Instant datasetCreationDate()

        The dataset creation date, in Unix epoch time.

        Returns:
        The dataset creation date, in Unix epoch time.
      • datasetLastUpdateDate

        public final Instant datasetLastUpdateDate()

        The date the dataset was last updated, in Unix epoch time.

        Returns:
        The date the dataset was last updated, in Unix epoch time.
      • datasetVersion

        public final String datasetVersion()

        The version of the dataset.

        Returns:
        The version of the dataset.
      • 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