Class CfnHttpApiProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sam.CfnHttpApiProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHttpApiProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHttpApiProps
@Stability(Stable)
@Internal
public static final class CfnHttpApiProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHttpApiProps
An implementation for
CfnHttpApiProps
-
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.CfnHttpApiProps
CfnHttpApiProps.Builder, CfnHttpApiProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnHttpApiProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnHttpApiProps.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
AWS::Serverless::HttpApi.AccessLogSetting
.final Object
getAuth()
AWS::Serverless::HttpApi.Auth
.final Object
AWS::Serverless::HttpApi.CorsConfiguration
.final Object
AWS::Serverless::HttpApi.DefaultRouteSettings
.final Object
AWS::Serverless::HttpApi.DefinitionBody
.final Object
AWS::Serverless::HttpApi.DefinitionUri
.final String
AWS::Serverless::HttpApi.Description
.final Object
AWS::Serverless::HttpApi.DisableExecuteApiEndpoint
.final Object
AWS::Serverless::HttpApi.Domain
.final Object
AWS::Serverless::HttpApi.FailOnWarnings
.final Object
AWS::Serverless::HttpApi.RouteSettings
.final String
AWS::Serverless::HttpApi.StageName
.final Object
AWS::Serverless::HttpApi.StageVariables
.getTags()
AWS::Serverless::HttpApi.Tags
.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 theCfnHttpApiProps.Builder
.
-
-
Method Details
-
getAccessLogSetting
Description copied from interface:CfnHttpApiProps
AWS::Serverless::HttpApi.AccessLogSetting
.- Specified by:
getAccessLogSetting
in interfaceCfnHttpApiProps
-
getAuth
Description copied from interface:CfnHttpApiProps
AWS::Serverless::HttpApi.Auth
.- Specified by:
getAuth
in interfaceCfnHttpApiProps
-
getCorsConfiguration
Description copied from interface:CfnHttpApiProps
AWS::Serverless::HttpApi.CorsConfiguration
.- Specified by:
getCorsConfiguration
in interfaceCfnHttpApiProps
-
getDefaultRouteSettings
Description copied from interface:CfnHttpApiProps
AWS::Serverless::HttpApi.DefaultRouteSettings
.- Specified by:
getDefaultRouteSettings
in interfaceCfnHttpApiProps
-
getDefinitionBody
Description copied from interface:CfnHttpApiProps
AWS::Serverless::HttpApi.DefinitionBody
.- Specified by:
getDefinitionBody
in interfaceCfnHttpApiProps
-
getDefinitionUri
Description copied from interface:CfnHttpApiProps
AWS::Serverless::HttpApi.DefinitionUri
.- Specified by:
getDefinitionUri
in interfaceCfnHttpApiProps
-
getDescription
Description copied from interface:CfnHttpApiProps
AWS::Serverless::HttpApi.Description
.- Specified by:
getDescription
in interfaceCfnHttpApiProps
-
getDisableExecuteApiEndpoint
Description copied from interface:CfnHttpApiProps
AWS::Serverless::HttpApi.DisableExecuteApiEndpoint
.- Specified by:
getDisableExecuteApiEndpoint
in interfaceCfnHttpApiProps
-
getDomain
Description copied from interface:CfnHttpApiProps
AWS::Serverless::HttpApi.Domain
.- Specified by:
getDomain
in interfaceCfnHttpApiProps
-
getFailOnWarnings
Description copied from interface:CfnHttpApiProps
AWS::Serverless::HttpApi.FailOnWarnings
.- Specified by:
getFailOnWarnings
in interfaceCfnHttpApiProps
-
getRouteSettings
Description copied from interface:CfnHttpApiProps
AWS::Serverless::HttpApi.RouteSettings
.- Specified by:
getRouteSettings
in interfaceCfnHttpApiProps
-
getStageName
Description copied from interface:CfnHttpApiProps
AWS::Serverless::HttpApi.StageName
.- Specified by:
getStageName
in interfaceCfnHttpApiProps
-
getStageVariables
Description copied from interface:CfnHttpApiProps
AWS::Serverless::HttpApi.StageVariables
.- Specified by:
getStageVariables
in interfaceCfnHttpApiProps
-
getTags
Description copied from interface:CfnHttpApiProps
AWS::Serverless::HttpApi.Tags
.- Specified by:
getTags
in interfaceCfnHttpApiProps
-
$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()
-