Class ViewRepresentationInput

    • Method Detail

      • dialect

        public final ViewDialect dialect()

        A parameter that specifies the engine type of a specific representation.

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

        Returns:
        A parameter that specifies the engine type of a specific representation.
        See Also:
        ViewDialect
      • dialectAsString

        public final String dialectAsString()

        A parameter that specifies the engine type of a specific representation.

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

        Returns:
        A parameter that specifies the engine type of a specific representation.
        See Also:
        ViewDialect
      • dialectVersion

        public final String dialectVersion()

        A parameter that specifies the version of the engine of a specific representation.

        Returns:
        A parameter that specifies the version of the engine of a specific representation.
      • viewOriginalText

        public final String viewOriginalText()

        A string that represents the original SQL query that describes the view.

        Returns:
        A string that represents the original SQL query that describes the view.
      • validationConnection

        public final String validationConnection()

        The name of the connection to be used to validate the specific representation of the view.

        Returns:
        The name of the connection to be used to validate the specific representation of the view.
      • viewExpandedText

        public final String viewExpandedText()

        A string that represents the SQL query that describes the view with expanded resource ARNs

        Returns:
        A string that represents the SQL query that describes the view with expanded resource ARNs
      • 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)