public static final class CfnListener.FixedResponseConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnListener.FixedResponseConfigProperty
CfnListener.FixedResponseConfigProperty
CfnListener.FixedResponseConfigProperty.Builder, CfnListener.FixedResponseConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
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() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getContentType()
The content type.
|
java.lang.String |
getMessageBody()
The message.
|
java.lang.String |
getStatusCode()
The HTTP response code (2XX, 4XX, or 5XX).
|
int |
hashCode() |
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()
CfnListener.FixedResponseConfigProperty
getStatusCode
in interface CfnListener.FixedResponseConfigProperty
public final java.lang.String getContentType()
CfnListener.FixedResponseConfigProperty
Valid Values: text/plain | text/css | text/html | application/javascript | application/json
getContentType
in interface CfnListener.FixedResponseConfigProperty
public final java.lang.String getMessageBody()
CfnListener.FixedResponseConfigProperty
getMessageBody
in interface CfnListener.FixedResponseConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()