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 ObjectReturns union: eitherIResolvableorCfnHttpApi.AccessLogSettingPropertyfinal ObjectgetAuth()Returns union: eitherIResolvableorCfnHttpApi.HttpApiAuthPropertyfinal Objectfinal ObjectReturns union: eitherIResolvableorCfnHttpApi.RouteSettingsPropertyfinal Objectfinal Objectfinal Stringfinal ObjectReturns union: eitherBooleanorIResolvablefinal ObjectReturns union: eitherIResolvableorCfnHttpApi.HttpApiDomainConfigurationPropertyfinal ObjectReturns union: eitherBooleanorIResolvablefinal ObjectReturns union: eitherIResolvableorCfnHttpApi.RouteSettingsPropertyfinal Stringfinal ObjectgetTags()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:CfnHttpApiPropsReturns union: eitherIResolvableorCfnHttpApi.AccessLogSettingProperty- Specified by:
getAccessLogSettingin interfaceCfnHttpApiProps- See Also:
-
getAuth
Description copied from interface:CfnHttpApiPropsReturns union: eitherIResolvableorCfnHttpApi.HttpApiAuthProperty- Specified by:
getAuthin interfaceCfnHttpApiProps- See Also:
-
getCorsConfiguration
Description copied from interface:CfnHttpApiProps- Specified by:
getCorsConfigurationin interfaceCfnHttpApiProps- See Also:
-
getDefaultRouteSettings
Description copied from interface:CfnHttpApiPropsReturns union: eitherIResolvableorCfnHttpApi.RouteSettingsProperty- Specified by:
getDefaultRouteSettingsin interfaceCfnHttpApiProps- See Also:
-
getDefinitionBody
- Specified by:
getDefinitionBodyin interfaceCfnHttpApiProps- See Also:
-
getDefinitionUri
Description copied from interface:CfnHttpApiProps- Specified by:
getDefinitionUriin interfaceCfnHttpApiProps- See Also:
-
getDescription
- Specified by:
getDescriptionin interfaceCfnHttpApiProps- See Also:
-
getDisableExecuteApiEndpoint
Description copied from interface:CfnHttpApiPropsReturns union: eitherBooleanorIResolvable- Specified by:
getDisableExecuteApiEndpointin interfaceCfnHttpApiProps- See Also:
-
getDomain
Description copied from interface:CfnHttpApiPropsReturns union: eitherIResolvableorCfnHttpApi.HttpApiDomainConfigurationProperty- Specified by:
getDomainin interfaceCfnHttpApiProps- See Also:
-
getFailOnWarnings
Description copied from interface:CfnHttpApiPropsReturns union: eitherBooleanorIResolvable- Specified by:
getFailOnWarningsin interfaceCfnHttpApiProps- See Also:
-
getRouteSettings
Description copied from interface:CfnHttpApiPropsReturns union: eitherIResolvableorCfnHttpApi.RouteSettingsProperty- Specified by:
getRouteSettingsin interfaceCfnHttpApiProps- See Also:
-
getStageName
- Specified by:
getStageNamein interfaceCfnHttpApiProps- See Also:
-
getStageVariables
Description copied from interface:CfnHttpApiProps- Specified by:
getStageVariablesin interfaceCfnHttpApiProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnHttpApiProps- 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()
-