Class CfnHttpApi.RouteSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sam.CfnHttpApi.RouteSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnHttpApi.RouteSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHttpApi.RouteSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnHttpApi.RouteSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHttpApi.RouteSettingsProperty
An implementation for
CfnHttpApi.RouteSettingsProperty
-
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.CfnHttpApi.RouteSettingsProperty
CfnHttpApi.RouteSettingsProperty.Builder, CfnHttpApi.RouteSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnHttpApi.RouteSettingsProperty.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
CfnHttpApi.RouteSettingsProperty.DataTraceEnabled
.final Object
CfnHttpApi.RouteSettingsProperty.DetailedMetricsEnabled
.final String
CfnHttpApi.RouteSettingsProperty.LoggingLevel
.final Number
CfnHttpApi.RouteSettingsProperty.ThrottlingBurstLimit
.final Number
CfnHttpApi.RouteSettingsProperty.ThrottlingRateLimit
.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 theCfnHttpApi.RouteSettingsProperty.Builder
.
-
-
Method Details
-
getDataTraceEnabled
Description copied from interface:CfnHttpApi.RouteSettingsProperty
CfnHttpApi.RouteSettingsProperty.DataTraceEnabled
.- Specified by:
getDataTraceEnabled
in interfaceCfnHttpApi.RouteSettingsProperty
-
getDetailedMetricsEnabled
Description copied from interface:CfnHttpApi.RouteSettingsProperty
CfnHttpApi.RouteSettingsProperty.DetailedMetricsEnabled
.- Specified by:
getDetailedMetricsEnabled
in interfaceCfnHttpApi.RouteSettingsProperty
-
getLoggingLevel
Description copied from interface:CfnHttpApi.RouteSettingsProperty
CfnHttpApi.RouteSettingsProperty.LoggingLevel
.- Specified by:
getLoggingLevel
in interfaceCfnHttpApi.RouteSettingsProperty
-
getThrottlingBurstLimit
Description copied from interface:CfnHttpApi.RouteSettingsProperty
CfnHttpApi.RouteSettingsProperty.ThrottlingBurstLimit
.- Specified by:
getThrottlingBurstLimit
in interfaceCfnHttpApi.RouteSettingsProperty
-
getThrottlingRateLimit
Description copied from interface:CfnHttpApi.RouteSettingsProperty
CfnHttpApi.RouteSettingsProperty.ThrottlingRateLimit
.- Specified by:
getThrottlingRateLimit
in interfaceCfnHttpApi.RouteSettingsProperty
-
$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()
-