Class ModelOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.ModelOptions.Jsii$Proxy
- All Implemented Interfaces:
ModelOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ModelOptions
@Stability(Stable)
@Internal
public static final class ModelOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ModelOptions
An implementation for
ModelOptions
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigateway.ModelOptions
ModelOptions.Builder, ModelOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ModelOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theModelOptions.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The content type for the model.final String
A description that identifies this model.final String
A name for the model.final JsonSchema
The schema to use to transform data to one or more output formats.final int
hashCode()
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 theModelOptions.Builder
.
-
-
Method Details
-
getSchema
Description copied from interface:ModelOptions
The 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:
getSchema
in interfaceModelOptions
-
getContentType
Description copied from interface:ModelOptions
The content type for the model.You can also force a content type in the request or response model mapping.
Default: 'application/json'
- Specified by:
getContentType
in interfaceModelOptions
-
getDescription
Description copied from interface:ModelOptions
A description that identifies this model.Default: None
- Specified by:
getDescription
in interfaceModelOptions
-
getModelName
Description copied from interface:ModelOptions
A 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:
getModelName
in interfaceModelOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-