@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:46:59.516Z") @Stability(value=Deprecated) @Deprecated public class EmptyModel extends software.amazon.jsii.JsiiObject implements IModel
This can be used for mapping JSON responses from an integration to what is returned to a client, where strong typing is not required. In the absence of any defined model, the Empty model will be used to return the response payload unmapped.
Definition { "$schema" : "http://json-schema.org/draft-04/schema#", "title" : "Empty Schema", "type" : "object" }
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.apigateway.*; EmptyModel emptyModel = new EmptyModel();
software.amazon.jsii.JsiiObject.InitializationModeIModel.Jsii$Default, IModel.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
EmptyModel()
Deprecated.
|
protected |
EmptyModel(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
EmptyModel(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getModelId()
Deprecated.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected EmptyModel(software.amazon.jsii.JsiiObjectRef objRef)
protected EmptyModel(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public EmptyModel()
@Stability(value=Deprecated) @Deprecated @NotNull public String getModelId()
getModelId in interface IModelCopyright © 2022. All rights reserved.