@Stability(value=Experimental) @Internal public static final class ModelOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ModelOptions
ModelOptionssoftware.amazon.jsii.JsiiObject.InitializationModeModelOptions.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.
|
protected |
Jsii$Proxy(JsonSchema schema,
String contentType,
String description,
String modelName)
Constructor that initializes the object based on literal property values passed by the
ModelOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getContentType()
(experimental) The content type for the model.
|
String |
getDescription()
(experimental) A description that identifies this model.
|
String |
getModelName()
(experimental) A name for the model.
|
JsonSchema |
getSchema()
(experimental) The schema to use to transform data to one or more output formats.
|
int |
hashCode() |
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(JsonSchema schema, String contentType, String description, String modelName)
ModelOptions.Builder.public final JsonSchema getSchema()
ModelOptionsSpecify null ({}) if you don't want to specify a schema.
getSchema in interface ModelOptionspublic final String getContentType()
ModelOptionsYou can also force a content type in the request or response model mapping.
Default: 'application/json'
getContentType in interface ModelOptionspublic final String getDescription()
ModelOptionsDefault: None
getDescription in interface ModelOptionspublic final String getModelName()
ModelOptionsImportant 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@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.