@Stability(value=Deprecated) @Deprecated @Internal public static final class FixedResponse.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FixedResponse
FixedResponsesoftware.amazon.jsii.JsiiObject.InitializationModeFixedResponse.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.
|
protected |
Jsii$Proxy(String statusCode,
ContentType contentType,
String messageBody)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
FixedResponse.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
ContentType |
getContentType()
Deprecated.
(deprecated) The content type.
|
String |
getMessageBody()
Deprecated.
(deprecated) The message.
|
String |
getStatusCode()
Deprecated.
(deprecated) The HTTP response code (2XX, 4XX or 5XX).
|
int |
hashCode()
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(String statusCode, ContentType contentType, String messageBody)
FixedResponse.Builder.public final String getStatusCode()
FixedResponsegetStatusCode in interface FixedResponsepublic final ContentType getContentType()
FixedResponseDefault: text/plain
getContentType in interface FixedResponsepublic final String getMessageBody()
FixedResponseDefault: no message
getMessageBody in interface FixedResponse@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.