public static final class ModelOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ModelOptions
ModelOptions
ModelOptions.Builder, ModelOptions.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 for the model.
|
java.lang.String |
getDescription()
A description that identifies this model.
|
java.lang.String |
getModelName()
A name for the model.
|
JsonSchema |
getSchema()
The schema to use to transform data to one or more output formats.
|
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 JsonSchema getSchema()
ModelOptions
Specify null ({}) if you don't want to specify a schema.
getSchema
in interface ModelOptions
public final java.lang.String getContentType()
ModelOptions
You can also force a content type in the request or response model mapping.
Default: 'application/json'
getContentType
in interface ModelOptions
public final java.lang.String getDescription()
ModelOptions
Default: None
getDescription
in interface ModelOptions
public final java.lang.String getModelName()
ModelOptions
Important If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
Default:
getModelName
in interface ModelOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()