Class ListSensorStatisticsRequest

    • Method Detail

      • datasetName

        public final String datasetName()

        The name of the dataset associated with the list of Sensor Statistics.

        Returns:
        The name of the dataset associated with the list of Sensor Statistics.
      • ingestionJobId

        public final String ingestionJobId()

        The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.

        Returns:
        The ingestion job id associated with the list of Sensor Statistics. To get sensor statistics for a particular ingestion job id, both dataset name and ingestion job id must be submitted as inputs.
      • maxResults

        public final Integer maxResults()

        Specifies the maximum number of sensors for which to retrieve statistics.

        Returns:
        Specifies the maximum number of sensors for which to retrieve statistics.
      • nextToken

        public final String nextToken()

        An opaque pagination token indicating where to continue the listing of sensor statistics.

        Returns:
        An opaque pagination token indicating where to continue the listing of sensor statistics.
      • 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