JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.iotanalytics.model

Class GetDatasetContentResult

    • Constructor Detail

      • GetDatasetContentResult

        public GetDatasetContentResult()
    • Method Detail

      • getEntries

        public List<DatasetEntry> getEntries()

        A list of DatasetEntry objects.

        Returns:
        A list of DatasetEntry objects.
      • setEntries

        public void setEntries(Collection<DatasetEntry> entries)

        A list of DatasetEntry objects.

        Parameters:
        entries - A list of DatasetEntry objects.
      • withEntries

        public GetDatasetContentResult withEntries(Collection<DatasetEntry> entries)

        A list of DatasetEntry objects.

        Parameters:
        entries - A list of DatasetEntry objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTimestamp

        public void setTimestamp(Date timestamp)

        The time when the request was made.

        Parameters:
        timestamp - The time when the request was made.
      • getTimestamp

        public Date getTimestamp()

        The time when the request was made.

        Returns:
        The time when the request was made.
      • withTimestamp

        public GetDatasetContentResult withTimestamp(Date timestamp)

        The time when the request was made.

        Parameters:
        timestamp - The time when the request was made.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(DatasetContentStatus status)

        The status of the dataset content.

        Parameters:
        status - The status of the dataset content.
      • getStatus

        public DatasetContentStatus getStatus()

        The status of the dataset content.

        Returns:
        The status of the dataset content.
      • withStatus

        public GetDatasetContentResult withStatus(DatasetContentStatus status)

        The status of the dataset content.

        Parameters:
        status - The status of the dataset content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /