Class CfnApiProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sam.CfnApiProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApiProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApiProps
@Stability(Stable)
@Internal
public static final class CfnApiProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApiProps
An implementation for
CfnApiProps
-
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.sam.CfnApiProps
CfnApiProps.Builder, CfnApiProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnApiProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApiProps.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 Object
final Object
final Object
getAuth()
final Object
final String
final Object
final Object
getCors()
final Object
final Object
final String
final Object
final Object
final Object
final Object
final Object
final Number
final Object
final String
getName()
final String
final String
getTags()
final Object
final Object
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 theCfnApiProps.Builder
.
-
-
Method Details
-
getStageName
- Specified by:
getStageName
in interfaceCfnApiProps
- See Also:
-
getAccessLogSetting
- Specified by:
getAccessLogSetting
in interfaceCfnApiProps
- See Also:
-
getAlwaysDeploy
- Specified by:
getAlwaysDeploy
in interfaceCfnApiProps
- See Also:
-
getAuth
- Specified by:
getAuth
in interfaceCfnApiProps
- See Also:
-
getBinaryMediaTypes
- Specified by:
getBinaryMediaTypes
in interfaceCfnApiProps
- See Also:
-
getCacheClusterEnabled
- Specified by:
getCacheClusterEnabled
in interfaceCfnApiProps
- See Also:
-
getCacheClusterSize
- Specified by:
getCacheClusterSize
in interfaceCfnApiProps
- See Also:
-
getCanarySetting
- Specified by:
getCanarySetting
in interfaceCfnApiProps
- See Also:
-
getCors
- Specified by:
getCors
in interfaceCfnApiProps
- See Also:
-
getDefinitionBody
- Specified by:
getDefinitionBody
in interfaceCfnApiProps
- See Also:
-
getDefinitionUri
- Specified by:
getDefinitionUri
in interfaceCfnApiProps
- See Also:
-
getDescription
- Specified by:
getDescription
in interfaceCfnApiProps
- See Also:
-
getDisableExecuteApiEndpoint
- Specified by:
getDisableExecuteApiEndpoint
in interfaceCfnApiProps
- See Also:
-
getDomain
- Specified by:
getDomain
in interfaceCfnApiProps
- See Also:
-
getEndpointConfiguration
- Specified by:
getEndpointConfiguration
in interfaceCfnApiProps
- See Also:
-
getGatewayResponses
- Specified by:
getGatewayResponses
in interfaceCfnApiProps
- See Also:
-
getMethodSettings
- Specified by:
getMethodSettings
in interfaceCfnApiProps
- See Also:
-
getMinimumCompressionSize
- Specified by:
getMinimumCompressionSize
in interfaceCfnApiProps
- See Also:
-
getModels
- Specified by:
getModels
in interfaceCfnApiProps
- See Also:
-
getName
- Specified by:
getName
in interfaceCfnApiProps
- See Also:
-
getOpenApiVersion
- Specified by:
getOpenApiVersion
in interfaceCfnApiProps
- See Also:
-
getTags
- Specified by:
getTags
in interfaceCfnApiProps
- See Also:
-
getTracingEnabled
- Specified by:
getTracingEnabled
in interfaceCfnApiProps
- See Also:
-
getVariables
- Specified by:
getVariables
in interfaceCfnApiProps
- 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()
-