Class DatasetSummary

    • Method Detail

      • datasetArn

        public final String datasetArn()

        The Amazon Resource Name (ARN) of the dataset.

        Returns:
        The Amazon Resource Name (ARN) of the dataset.
      • datasetName

        public final String datasetName()

        The name of the dataset.

        Returns:
        The name of the dataset.
      • domain

        public final Domain domain()

        The domain associated with the dataset.

        If the service returns an enum value that is not available in the current SDK version, domain will return Domain.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from domainAsString().

        Returns:
        The domain associated with the dataset.
        See Also:
        Domain
      • domainAsString

        public final String domainAsString()

        The domain associated with the dataset.

        If the service returns an enum value that is not available in the current SDK version, domain will return Domain.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from domainAsString().

        Returns:
        The domain associated with the dataset.
        See Also:
        Domain
      • creationTime

        public final Instant creationTime()

        When the dataset was created.

        Returns:
        When the dataset was created.
      • lastModificationTime

        public final Instant lastModificationTime()

        When you create a dataset, LastModificationTime is the same as CreationTime. While data is being imported to the dataset, LastModificationTime is the current time of the ListDatasets call. After a CreateDatasetImportJob operation has finished, LastModificationTime is when the import job completed or failed.

        Returns:
        When you create a dataset, LastModificationTime is the same as CreationTime. While data is being imported to the dataset, LastModificationTime is the current time of the ListDatasets call. After a CreateDatasetImportJob operation has finished, LastModificationTime is when the import job completed or failed.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)