public static final class CfnHttpApiProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnHttpApiProps
CfnHttpApiProps
CfnHttpApiProps.Builder, CfnHttpApiProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAccessLogSetting()
`AWS::Serverless::HttpApi.AccessLogSetting`.
|
java.lang.Object |
getAuth()
`AWS::Serverless::HttpApi.Auth`.
|
java.lang.Object |
getCorsConfiguration()
`AWS::Serverless::HttpApi.CorsConfiguration`.
|
java.lang.Object |
getDefaultRouteSettings()
`AWS::Serverless::HttpApi.DefaultRouteSettings`.
|
java.lang.Object |
getDefinitionBody()
`AWS::Serverless::HttpApi.DefinitionBody`.
|
java.lang.Object |
getDefinitionUri()
`AWS::Serverless::HttpApi.DefinitionUri`.
|
java.lang.String |
getDescription()
`AWS::Serverless::HttpApi.Description`.
|
java.lang.Object |
getDisableExecuteApiEndpoint()
`AWS::Serverless::HttpApi.DisableExecuteApiEndpoint`.
|
java.lang.Object |
getDomain()
`AWS::Serverless::HttpApi.Domain`.
|
java.lang.Object |
getFailOnWarnings()
`AWS::Serverless::HttpApi.FailOnWarnings`.
|
java.lang.Object |
getRouteSettings()
`AWS::Serverless::HttpApi.RouteSettings`.
|
java.lang.String |
getStageName()
`AWS::Serverless::HttpApi.StageName`.
|
java.lang.Object |
getStageVariables()
`AWS::Serverless::HttpApi.StageVariables`.
|
java.util.Map<java.lang.String,java.lang.String> |
getTags()
`AWS::Serverless::HttpApi.Tags`.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAccessLogSetting()
CfnHttpApiProps
getAccessLogSetting
in interface CfnHttpApiProps
public final java.lang.Object getAuth()
CfnHttpApiProps
getAuth
in interface CfnHttpApiProps
public final java.lang.Object getCorsConfiguration()
CfnHttpApiProps
getCorsConfiguration
in interface CfnHttpApiProps
public final java.lang.Object getDefaultRouteSettings()
CfnHttpApiProps
getDefaultRouteSettings
in interface CfnHttpApiProps
public final java.lang.Object getDefinitionBody()
CfnHttpApiProps
getDefinitionBody
in interface CfnHttpApiProps
public final java.lang.Object getDefinitionUri()
CfnHttpApiProps
getDefinitionUri
in interface CfnHttpApiProps
public final java.lang.String getDescription()
CfnHttpApiProps
getDescription
in interface CfnHttpApiProps
public final java.lang.Object getDisableExecuteApiEndpoint()
CfnHttpApiProps
getDisableExecuteApiEndpoint
in interface CfnHttpApiProps
public final java.lang.Object getDomain()
CfnHttpApiProps
getDomain
in interface CfnHttpApiProps
public final java.lang.Object getFailOnWarnings()
CfnHttpApiProps
getFailOnWarnings
in interface CfnHttpApiProps
public final java.lang.Object getRouteSettings()
CfnHttpApiProps
getRouteSettings
in interface CfnHttpApiProps
public final java.lang.String getStageName()
CfnHttpApiProps
getStageName
in interface CfnHttpApiProps
public final java.lang.Object getStageVariables()
CfnHttpApiProps
getStageVariables
in interface CfnHttpApiProps
public final java.util.Map<java.lang.String,java.lang.String> getTags()
CfnHttpApiProps
getTags
in interface CfnHttpApiProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()