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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sam.CfnApiProps
CfnApiProps.Builder, CfnApiProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnApiProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApiProps.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 Objectfinal Objectfinal ObjectgetAuth()final Objectfinal Stringfinal Objectfinal ObjectgetCors()final Objectfinal Objectfinal Stringfinal Objectfinal Objectfinal Objectfinal Objectfinal Objectfinal Numberfinal Objectfinal StringgetName()final Stringfinal StringgetTags()final Objectfinal Objectfinal 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 theCfnApiProps.Builder.
-
-
Method Details
-
getStageName
- Specified by:
getStageNamein interfaceCfnApiProps- See Also:
-
getAccessLogSetting
- Specified by:
getAccessLogSettingin interfaceCfnApiProps- See Also:
-
getAlwaysDeploy
- Specified by:
getAlwaysDeployin interfaceCfnApiProps- See Also:
-
getAuth
- Specified by:
getAuthin interfaceCfnApiProps- See Also:
-
getBinaryMediaTypes
- Specified by:
getBinaryMediaTypesin interfaceCfnApiProps- See Also:
-
getCacheClusterEnabled
- Specified by:
getCacheClusterEnabledin interfaceCfnApiProps- See Also:
-
getCacheClusterSize
- Specified by:
getCacheClusterSizein interfaceCfnApiProps- See Also:
-
getCanarySetting
- Specified by:
getCanarySettingin interfaceCfnApiProps- See Also:
-
getCors
- Specified by:
getCorsin interfaceCfnApiProps- See Also:
-
getDefinitionBody
- Specified by:
getDefinitionBodyin interfaceCfnApiProps- See Also:
-
getDefinitionUri
- Specified by:
getDefinitionUriin interfaceCfnApiProps- See Also:
-
getDescription
- Specified by:
getDescriptionin interfaceCfnApiProps- See Also:
-
getDisableExecuteApiEndpoint
- Specified by:
getDisableExecuteApiEndpointin interfaceCfnApiProps- See Also:
-
getDomain
- Specified by:
getDomainin interfaceCfnApiProps- See Also:
-
getEndpointConfiguration
- Specified by:
getEndpointConfigurationin interfaceCfnApiProps- See Also:
-
getGatewayResponses
- Specified by:
getGatewayResponsesin interfaceCfnApiProps- See Also:
-
getMethodSettings
- Specified by:
getMethodSettingsin interfaceCfnApiProps- See Also:
-
getMinimumCompressionSize
- Specified by:
getMinimumCompressionSizein interfaceCfnApiProps- See Also:
-
getModels
- Specified by:
getModelsin interfaceCfnApiProps- See Also:
-
getName
- Specified by:
getNamein interfaceCfnApiProps- See Also:
-
getOpenApiVersion
- Specified by:
getOpenApiVersionin interfaceCfnApiProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnApiProps- See Also:
-
getTracingEnabled
- Specified by:
getTracingEnabledin interfaceCfnApiProps- See Also:
-
getVariables
- Specified by:
getVariablesin interfaceCfnApiProps- 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()
-