Class CfnModelProps.Jsii$Proxy
- All Implemented Interfaces:
CfnModelProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModelProps
CfnModelProps-
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.CfnModelProps
CfnModelProps.Builder, CfnModelProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnModelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnModelProps.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 StringThe description of the model.final StringgetName()A name for the model.final ObjectThe string identifier of the associated RestApi.final ObjectThe schema for the model.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 theCfnModelProps.Builder.
-
-
Method Details
-
getRestApiId
Description copied from interface:CfnModelPropsThe string identifier of the associated RestApi.Returns union: either
StringorIRestApiRef- Specified by:
getRestApiIdin interfaceCfnModelProps- See Also:
-
getContentType
Description copied from interface:CfnModelPropsThe content-type for the model.- Specified by:
getContentTypein interfaceCfnModelProps- See Also:
-
getDescription
Description copied from interface:CfnModelPropsThe description of the model.- Specified by:
getDescriptionin interfaceCfnModelProps- See Also:
-
getName
Description copied from interface:CfnModelPropsA name for the model.If you don't specify a name, CloudFormation generates a unique physical ID and uses that ID for the model name. For more information, see Name Type .
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.
- Specified by:
getNamein interfaceCfnModelProps- See Also:
-
getSchema
Description copied from interface:CfnModelPropsThe schema for the model.For
application/jsonmodels, this should be JSON schema draft 4 model. Do not include "* /" characters in the description of any properties because such "* /" characters may be interpreted as the closing marker for comments in some languages, such as Java or JavaScript, causing the installation of your API's SDK generated by API Gateway to fail.- Specified by:
getSchemain interfaceCfnModelProps- See Also:
-
$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()
-