@Deprecated public static final class FixedResponse.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FixedResponse
FixedResponse
FixedResponse.Builder, FixedResponse.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
ContentType |
getContentType()
Deprecated.
(deprecated) The content type.
|
java.lang.String |
getMessageBody()
Deprecated.
(deprecated) The message.
|
java.lang.String |
getStatusCode()
Deprecated.
(deprecated) The HTTP response code (2XX, 4XX or 5XX).
|
int |
hashCode()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getStatusCode()
FixedResponse
getStatusCode
in interface FixedResponse
public final ContentType getContentType()
FixedResponse
Default: text/plain
getContentType
in interface FixedResponse
public final java.lang.String getMessageBody()
FixedResponse
Default: no message
getMessageBody
in interface FixedResponse
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()