Class DatasetUpdateSummary

    • Method Detail

      • schemaArn

        public final String schemaArn()

        The Amazon Resource Name (ARN) of the schema that replaced the previous schema of the dataset.

        Returns:
        The Amazon Resource Name (ARN) of the schema that replaced the previous schema of the dataset.
      • status

        public final String status()

        The status of the dataset update.

        Returns:
        The status of the dataset update.
      • failureReason

        public final String failureReason()

        If updating a dataset fails, provides the reason why.

        Returns:
        If updating a dataset fails, provides the reason why.
      • creationDateTime

        public final Instant creationDateTime()

        The creation date and time (in Unix time) of the dataset update.

        Returns:
        The creation date and time (in Unix time) of the dataset update.
      • lastUpdatedDateTime

        public final Instant lastUpdatedDateTime()

        The last update date and time (in Unix time) of the dataset.

        Returns:
        The last update date and time (in Unix time) of the dataset.
      • 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)