Class StoredQueryMetadata

    • Method Detail

      • queryId

        public final String queryId()

        The ID of the query.

        Returns:
        The ID of the query.
      • queryArn

        public final String queryArn()

        Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.

        Returns:
        Amazon Resource Name (ARN) of the query. For example, arn:partition:service:region:account-id:resource-type/resource-name/resource-id.
      • queryName

        public final String queryName()

        The name of the query.

        Returns:
        The name of the query.
      • description

        public final String description()

        A unique description for the query.

        Returns:
        A unique description for the query.
      • 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)