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