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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigateway.ModelOptions
ModelOptions.Builder, ModelOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ModelOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theModelOptions.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 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 theModelOptions.Builder.
-
-
Method Details
-
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()
-