Class CfnHttpApiMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sam.CfnHttpApiMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHttpApiMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHttpApiMixinProps
@Stability(Stable)
@Internal
public static final class CfnHttpApiMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHttpApiMixinProps
An implementation for
CfnHttpApiMixinProps-
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.cfnpropertymixins.services.sam.CfnHttpApiMixinProps
CfnHttpApiMixinProps.Builder, CfnHttpApiMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnHttpApiMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnHttpApiMixinProps.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: eitherIResolvableorCfnHttpApiPropsMixin.AccessLogSettingPropertyfinal ObjectgetAuth()Returns union: eitherIResolvableorCfnHttpApiPropsMixin.HttpApiAuthPropertyfinal ObjectReturns union: eitherBooleanorIResolvableorCfnHttpApiPropsMixin.CorsConfigurationObjectPropertyfinal ObjectReturns union: eitherIResolvableorCfnHttpApiPropsMixin.RouteSettingsPropertyfinal Objectfinal Objectfinal Stringfinal ObjectReturns union: eitherBooleanorIResolvablefinal ObjectReturns union: eitherIResolvableorCfnHttpApiPropsMixin.HttpApiDomainConfigurationPropertyfinal ObjectReturns union: eitherBooleanorIResolvablefinal ObjectReturns union: eitherIResolvableorCfnHttpApiPropsMixin.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 theCfnHttpApiMixinProps.Builder.
-
-
Method Details
-
getAccessLogSetting
Description copied from interface:CfnHttpApiMixinPropsReturns union: eitherIResolvableorCfnHttpApiPropsMixin.AccessLogSettingProperty- Specified by:
getAccessLogSettingin interfaceCfnHttpApiMixinProps- See Also:
-
getAuth
Description copied from interface:CfnHttpApiMixinPropsReturns union: eitherIResolvableorCfnHttpApiPropsMixin.HttpApiAuthProperty- Specified by:
getAuthin interfaceCfnHttpApiMixinProps- See Also:
-
getCorsConfiguration
Description copied from interface:CfnHttpApiMixinPropsReturns union: eitherBooleanorIResolvableorCfnHttpApiPropsMixin.CorsConfigurationObjectProperty- Specified by:
getCorsConfigurationin interfaceCfnHttpApiMixinProps- See Also:
-
getDefaultRouteSettings
Description copied from interface:CfnHttpApiMixinPropsReturns union: eitherIResolvableorCfnHttpApiPropsMixin.RouteSettingsProperty- Specified by:
getDefaultRouteSettingsin interfaceCfnHttpApiMixinProps- See Also:
-
getDefinitionBody
- Specified by:
getDefinitionBodyin interfaceCfnHttpApiMixinProps- See Also:
-
getDefinitionUri
Description copied from interface:CfnHttpApiMixinProps- Specified by:
getDefinitionUriin interfaceCfnHttpApiMixinProps- See Also:
-
getDescription
- Specified by:
getDescriptionin interfaceCfnHttpApiMixinProps- See Also:
-
getDisableExecuteApiEndpoint
Description copied from interface:CfnHttpApiMixinPropsReturns union: eitherBooleanorIResolvable- Specified by:
getDisableExecuteApiEndpointin interfaceCfnHttpApiMixinProps- See Also:
-
getDomain
Description copied from interface:CfnHttpApiMixinPropsReturns union: eitherIResolvableorCfnHttpApiPropsMixin.HttpApiDomainConfigurationProperty- Specified by:
getDomainin interfaceCfnHttpApiMixinProps- See Also:
-
getFailOnWarnings
Description copied from interface:CfnHttpApiMixinPropsReturns union: eitherBooleanorIResolvable- Specified by:
getFailOnWarningsin interfaceCfnHttpApiMixinProps- See Also:
-
getRouteSettings
Description copied from interface:CfnHttpApiMixinPropsReturns union: eitherIResolvableorCfnHttpApiPropsMixin.RouteSettingsProperty- Specified by:
getRouteSettingsin interfaceCfnHttpApiMixinProps- See Also:
-
getStageName
- Specified by:
getStageNamein interfaceCfnHttpApiMixinProps- See Also:
-
getStageVariables
Description copied from interface:CfnHttpApiMixinProps- Specified by:
getStageVariablesin interfaceCfnHttpApiMixinProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnHttpApiMixinProps- 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()
-