Class CfnModelProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.CfnModelProps.Jsii$Proxy
- All Implemented Interfaces:
CfnModelProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelProps
@Stability(Stable)
@Internal
public static final class CfnModelProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModelProps
An implementation for
CfnModelProps
-
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.apigatewayv2.CfnModelProps
CfnModelProps.Builder, CfnModelProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnModelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnModelProps.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
getApiId()
The API identifier.final String
The content-type for the model, for example, "application/json".final String
The description of the model.final String
getName()
The name of the model.final Object
The schema for the model.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 theCfnModelProps.Builder
.
-
-
Method Details
-
getApiId
Description copied from interface:CfnModelProps
The API identifier.- Specified by:
getApiId
in interfaceCfnModelProps
- See Also:
-
getName
Description copied from interface:CfnModelProps
The name of the model.- Specified by:
getName
in interfaceCfnModelProps
- See Also:
-
getSchema
Description copied from interface:CfnModelProps
The schema for the model.For application/json models, this should be JSON schema draft 4 model.
- Specified by:
getSchema
in interfaceCfnModelProps
- See Also:
-
getContentType
Description copied from interface:CfnModelProps
The content-type for the model, for example, "application/json".- Specified by:
getContentType
in interfaceCfnModelProps
- See Also:
-
getDescription
Description copied from interface:CfnModelProps
The description of the model.- Specified by:
getDescription
in interfaceCfnModelProps
- See Also:
-
$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()
-