Class EndpointBddModel.BddNode

java.lang.Object
software.amazon.awssdk.codegen.model.service.EndpointBddModel.BddNode
Enclosing class:
EndpointBddModel

public static class EndpointBddModel.BddNode extends Object
  • Constructor Details

    • BddNode

      public BddNode(int conditionIndex, int highRef, int lowRef)
  • Method Details

    • getConditionIndex

      public int getConditionIndex()
    • getHighRef

      public int getHighRef()
    • getLowRef

      public int getLowRef()
    • toString

      public String toString()
      Overrides:
      toString in class Object