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 Objectfinal ObjectgetAuth()final Objectfinal Objectfinal Objectfinal Objectfinal Stringfinal Objectfinal Objectfinal Objectfinal Objectfinal 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
- Specified by:
getAccessLogSettingin interfaceCfnHttpApiProps- See Also:
-
getAuth
- Specified by:
getAuthin interfaceCfnHttpApiProps- See Also:
-
getCorsConfiguration
- Specified by:
getCorsConfigurationin interfaceCfnHttpApiProps- See Also:
-
getDefaultRouteSettings
- Specified by:
getDefaultRouteSettingsin interfaceCfnHttpApiProps- See Also:
-
getDefinitionBody
- Specified by:
getDefinitionBodyin interfaceCfnHttpApiProps- See Also:
-
getDefinitionUri
- Specified by:
getDefinitionUriin interfaceCfnHttpApiProps- See Also:
-
getDescription
- Specified by:
getDescriptionin interfaceCfnHttpApiProps- See Also:
-
getDisableExecuteApiEndpoint
- Specified by:
getDisableExecuteApiEndpointin interfaceCfnHttpApiProps- See Also:
-
getDomain
- Specified by:
getDomainin interfaceCfnHttpApiProps- See Also:
-
getFailOnWarnings
- Specified by:
getFailOnWarningsin interfaceCfnHttpApiProps- See Also:
-
getRouteSettings
- Specified by:
getRouteSettingsin interfaceCfnHttpApiProps- See Also:
-
getStageName
- Specified by:
getStageNamein interfaceCfnHttpApiProps- See Also:
-
getStageVariables
- 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()
-