Class ModelProps.Jsii$Proxy
- All Implemented Interfaces:
ModelOptions,ModelProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ModelProps
ModelProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigateway.ModelProps
ModelProps.Builder, ModelProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ModelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theModelProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe content type for the model.final StringA description that identifies this model.final StringA name for the model.final IRestApiThe rest API that this model is part of.final JsonSchemaThe schema to use to transform data to one or more output formats.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theModelProps.Builder.
-
-
Method Details
-
getRestApi
Description copied from interface:ModelPropsThe rest API that this model is part of.The reason we need the RestApi object itself and not just the ID is because the model is being tracked by the top-level RestApi object for the purpose of calculating it's hash to determine the ID of the deployment. This allows us to automatically update the deployment when the model of the REST API changes.
- Specified by:
getRestApiin interfaceModelProps
-
getSchema
Description copied from interface:ModelOptionsThe schema to use to transform data to one or more output formats.Specify null ({}) if you don't want to specify a schema.
- Specified by:
getSchemain interfaceModelOptions
-
getContentType
Description copied from interface:ModelOptionsThe content type for the model.You can also force a content type in the request or response model mapping.
Default: 'application/json'
- Specified by:
getContentTypein interfaceModelOptions
-
getDescription
Description copied from interface:ModelOptionsA description that identifies this model.Default: None
- Specified by:
getDescriptionin interfaceModelOptions
-
getModelName
Description copied from interface:ModelOptionsA name for the model.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:
If 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. - Specified by:
getModelNamein interfaceModelOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-