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
final Object
getAuth()
final Object
final Object
final Object
final Object
final String
final Object
final Object
final Object
final Object
final String
final Object
getTags()
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
- Specified by:
getAccessLogSetting
in interfaceCfnHttpApiProps
- See Also:
-
getAuth
- Specified by:
getAuth
in interfaceCfnHttpApiProps
- See Also:
-
getCorsConfiguration
- Specified by:
getCorsConfiguration
in interfaceCfnHttpApiProps
- See Also:
-
getDefaultRouteSettings
- Specified by:
getDefaultRouteSettings
in interfaceCfnHttpApiProps
- See Also:
-
getDefinitionBody
- Specified by:
getDefinitionBody
in interfaceCfnHttpApiProps
- See Also:
-
getDefinitionUri
- Specified by:
getDefinitionUri
in interfaceCfnHttpApiProps
- See Also:
-
getDescription
- Specified by:
getDescription
in interfaceCfnHttpApiProps
- See Also:
-
getDisableExecuteApiEndpoint
- Specified by:
getDisableExecuteApiEndpoint
in interfaceCfnHttpApiProps
- See Also:
-
getDomain
- Specified by:
getDomain
in interfaceCfnHttpApiProps
- See Also:
-
getFailOnWarnings
- Specified by:
getFailOnWarnings
in interfaceCfnHttpApiProps
- See Also:
-
getRouteSettings
- Specified by:
getRouteSettings
in interfaceCfnHttpApiProps
- See Also:
-
getStageName
- Specified by:
getStageName
in interfaceCfnHttpApiProps
- See Also:
-
getStageVariables
- Specified by:
getStageVariables
in interfaceCfnHttpApiProps
- See Also:
-
getTags
- Specified by:
getTags
in interfaceCfnHttpApiProps
- See Also:
-
$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()
-