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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sam.CfnHttpApiProps
CfnHttpApiProps.Builder, CfnHttpApiProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnHttpApiProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnHttpApiProps.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 ObjectAWS::Serverless::HttpApi.AccessLogSetting.final ObjectgetAuth()AWS::Serverless::HttpApi.Auth.final ObjectAWS::Serverless::HttpApi.CorsConfiguration.final ObjectAWS::Serverless::HttpApi.DefaultRouteSettings.final ObjectAWS::Serverless::HttpApi.DefinitionBody.final ObjectAWS::Serverless::HttpApi.DefinitionUri.final StringAWS::Serverless::HttpApi.Description.final ObjectAWS::Serverless::HttpApi.DisableExecuteApiEndpoint.final ObjectAWS::Serverless::HttpApi.Domain.final ObjectAWS::Serverless::HttpApi.FailOnWarnings.final ObjectAWS::Serverless::HttpApi.RouteSettings.final StringAWS::Serverless::HttpApi.StageName.final ObjectAWS::Serverless::HttpApi.StageVariables.getTags()AWS::Serverless::HttpApi.Tags.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 theCfnHttpApiProps.Builder.
-
-
Method Details
-
getAccessLogSetting
Description copied from interface:CfnHttpApiPropsAWS::Serverless::HttpApi.AccessLogSetting.- Specified by:
getAccessLogSettingin interfaceCfnHttpApiProps
-
getAuth
Description copied from interface:CfnHttpApiPropsAWS::Serverless::HttpApi.Auth.- Specified by:
getAuthin interfaceCfnHttpApiProps
-
getCorsConfiguration
Description copied from interface:CfnHttpApiPropsAWS::Serverless::HttpApi.CorsConfiguration.- Specified by:
getCorsConfigurationin interfaceCfnHttpApiProps
-
getDefaultRouteSettings
Description copied from interface:CfnHttpApiPropsAWS::Serverless::HttpApi.DefaultRouteSettings.- Specified by:
getDefaultRouteSettingsin interfaceCfnHttpApiProps
-
getDefinitionBody
Description copied from interface:CfnHttpApiPropsAWS::Serverless::HttpApi.DefinitionBody.- Specified by:
getDefinitionBodyin interfaceCfnHttpApiProps
-
getDefinitionUri
Description copied from interface:CfnHttpApiPropsAWS::Serverless::HttpApi.DefinitionUri.- Specified by:
getDefinitionUriin interfaceCfnHttpApiProps
-
getDescription
Description copied from interface:CfnHttpApiPropsAWS::Serverless::HttpApi.Description.- Specified by:
getDescriptionin interfaceCfnHttpApiProps
-
getDisableExecuteApiEndpoint
Description copied from interface:CfnHttpApiPropsAWS::Serverless::HttpApi.DisableExecuteApiEndpoint.- Specified by:
getDisableExecuteApiEndpointin interfaceCfnHttpApiProps
-
getDomain
Description copied from interface:CfnHttpApiPropsAWS::Serverless::HttpApi.Domain.- Specified by:
getDomainin interfaceCfnHttpApiProps
-
getFailOnWarnings
Description copied from interface:CfnHttpApiPropsAWS::Serverless::HttpApi.FailOnWarnings.- Specified by:
getFailOnWarningsin interfaceCfnHttpApiProps
-
getRouteSettings
Description copied from interface:CfnHttpApiPropsAWS::Serverless::HttpApi.RouteSettings.- Specified by:
getRouteSettingsin interfaceCfnHttpApiProps
-
getStageName
Description copied from interface:CfnHttpApiPropsAWS::Serverless::HttpApi.StageName.- Specified by:
getStageNamein interfaceCfnHttpApiProps
-
getStageVariables
Description copied from interface:CfnHttpApiPropsAWS::Serverless::HttpApi.StageVariables.- Specified by:
getStageVariablesin interfaceCfnHttpApiProps
-
getTags
Description copied from interface:CfnHttpApiPropsAWS::Serverless::HttpApi.Tags.- Specified by:
getTagsin interfaceCfnHttpApiProps
-
$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()
-