Class TableClassSummary

    • Method Detail

      • tableClass

        public final TableClass tableClass()

        The table class of the specified table. Valid values are STANDARD and STANDARD_INFREQUENT_ACCESS.

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

        Returns:
        The table class of the specified table. Valid values are STANDARD and STANDARD_INFREQUENT_ACCESS.
        See Also:
        TableClass
      • tableClassAsString

        public final String tableClassAsString()

        The table class of the specified table. Valid values are STANDARD and STANDARD_INFREQUENT_ACCESS.

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

        Returns:
        The table class of the specified table. Valid values are STANDARD and STANDARD_INFREQUENT_ACCESS.
        See Also:
        TableClass
      • lastUpdateDateTime

        public final Instant lastUpdateDateTime()

        The date and time at which the table class was last updated.

        Returns:
        The date and time at which the table class was last updated.
      • 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)