Class RedshiftInstanceDetails

    • Method Detail

      • family

        public final String family()

        The instance family of the recommended reservation.

        Returns:
        The instance family of the recommended reservation.
      • nodeType

        public final String nodeType()

        The type of node that Amazon Web Services recommends.

        Returns:
        The type of node that Amazon Web Services recommends.
      • region

        public final String region()

        The Amazon Web Services Region of the recommended reservation.

        Returns:
        The Amazon Web Services Region of the recommended reservation.
      • currentGeneration

        public final Boolean currentGeneration()

        Determines whether the recommendation is for a current-generation instance.

        Returns:
        Determines whether the recommendation is for a current-generation instance.
      • sizeFlexEligible

        public final Boolean sizeFlexEligible()

        Determines whether the recommended reservation is size flexible.

        Returns:
        Determines whether the recommended reservation is size flexible.
      • 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)