java.lang.Object
software.amazon.awssdk.codegen.jmespath.component.NotExpression

public class NotExpression extends Object
A not-expression negates the result of an expression. If the expression results in a truth-like value, a not-expression will change this value to false. If the expression results in a false-like value, a not-expression will change this value to true. https://jmespath.org/specification.html#not-expressions
  • Constructor Details

    • NotExpression

      public NotExpression(Expression expression)
  • Method Details