@Stability(value=Stable) @Internal public static final class CfnModelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModelProps
CfnModelPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnModelProps.Builder, CfnModelProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnModelProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnModelProps.Builder. |
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(Object o) |
String |
getContentType()
The content type for the model.
|
String |
getDescription()
A description that identifies this model.
|
String |
getName()
A name for the model.
|
String |
getRestApiId()
The ID of a REST API with which to associate this model.
|
Object |
getSchema()
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(CfnModelProps.Builder builder)
CfnModelProps.Builder.public final String getRestApiId()
CfnModelPropsgetRestApiId in interface CfnModelPropspublic final String getContentType()
CfnModelPropsgetContentType in interface CfnModelPropspublic final String getDescription()
CfnModelPropsgetDescription in interface CfnModelPropspublic final String getName()
CfnModelPropsIf you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the model name. For more information, see Name Type .
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.
getName in interface CfnModelPropspublic final Object getSchema()
CfnModelProps
Specify null ( {} ) if you don't want to specify a schema.
getSchema in interface CfnModelProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.