Package software.amazon.jsii.api
Class GetRequest
java.lang.Object
software.amazon.jsii.api.GetRequest
Represents a "get property" jsii-runtime request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNodevoidsetObjref(com.fasterxml.jackson.databind.node.ObjectNode objref) voidsetProperty(String property)
-
Constructor Details
-
GetRequest
public GetRequest()
-
-
Method Details
-
getProperty
- Returns:
- The name of the property.
-
setProperty
- Parameters:
property- The name of the property
-
getObjref
public com.fasterxml.jackson.databind.node.ObjectNode getObjref()- Returns:
- The object reference.
-
setObjref
public void setObjref(com.fasterxml.jackson.databind.node.ObjectNode objref) - Parameters:
objref- The object reference.
-