Class SetRequest

java.lang.Object
software.amazon.jsii.api.SetRequest

@Internal public class SetRequest extends Object
Represents a "set property" jsii-runtime request.
  • Constructor Details

    • SetRequest

      public SetRequest()
  • Method Details

    • getObjref

      public com.fasterxml.jackson.databind.JsonNode getObjref()
      Returns:
      The jsii object reference.
    • setObjref

      public void setObjref(com.fasterxml.jackson.databind.JsonNode objref)
      Parameters:
      objref - The jsii object reference.
    • getProperty

      public String getProperty()
      Returns:
      The name of the property to set.
    • setProperty

      public void setProperty(String property)
      Parameters:
      property - The name of the property to set.
    • getValue

      public com.fasterxml.jackson.databind.JsonNode getValue()
      Returns:
      The new value.
    • setValue

      public void setValue(com.fasterxml.jackson.databind.JsonNode value)
      Parameters:
      value - The new value.