Class AppEngineApplicationUrlDispatchRulesDispatchRules.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.app_engine_application_url_dispatch_rules.AppEngineApplicationUrlDispatchRulesDispatchRules.Jsii$Proxy
-
- All Implemented Interfaces:
AppEngineApplicationUrlDispatchRulesDispatchRules,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AppEngineApplicationUrlDispatchRulesDispatchRules
@Stability(Stable) @Internal public static final class AppEngineApplicationUrlDispatchRulesDispatchRules.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AppEngineApplicationUrlDispatchRulesDispatchRules
An implementation forAppEngineApplicationUrlDispatchRulesDispatchRules
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.app_engine_application_url_dispatch_rules.AppEngineApplicationUrlDispatchRulesDispatchRules
AppEngineApplicationUrlDispatchRulesDispatchRules.Builder, AppEngineApplicationUrlDispatchRulesDispatchRules.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AppEngineApplicationUrlDispatchRulesDispatchRules.Builder builder)Constructor that initializes the object based on literal property values passed by theAppEngineApplicationUrlDispatchRulesDispatchRules.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetDomain()Domain name to match against.StringgetPath()Pathname within the host.StringgetService()Pathname within the host.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(AppEngineApplicationUrlDispatchRulesDispatchRules.Builder builder)
Constructor that initializes the object based on literal property values passed by theAppEngineApplicationUrlDispatchRulesDispatchRules.Builder.
-
-
Method Detail
-
getPath
public final String getPath()
Description copied from interface:AppEngineApplicationUrlDispatchRulesDispatchRulesPathname within the host.Must start with a "/". A single "*" can be included at the end of the path. The sum of the lengths of the domain and path may not exceed 100 characters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_application_url_dispatch_rules#path AppEngineApplicationUrlDispatchRules#path}
- Specified by:
getPathin interfaceAppEngineApplicationUrlDispatchRulesDispatchRules
-
getService
public final String getService()
Description copied from interface:AppEngineApplicationUrlDispatchRulesDispatchRulesPathname within the host.Must start with a "/". A single "*" can be included at the end of the path. The sum of the lengths of the domain and path may not exceed 100 characters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_application_url_dispatch_rules#service AppEngineApplicationUrlDispatchRules#service}
- Specified by:
getServicein interfaceAppEngineApplicationUrlDispatchRulesDispatchRules
-
getDomain
public final String getDomain()
Description copied from interface:AppEngineApplicationUrlDispatchRulesDispatchRulesDomain name to match against.The wildcard "*" is supported if specified before a period: "*.". Defaults to matching all domains: "*". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_application_url_dispatch_rules#domain AppEngineApplicationUrlDispatchRules#domain}
- Specified by:
getDomainin interfaceAppEngineApplicationUrlDispatchRulesDispatchRules
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-