Class ComputeUrlMapPathMatcherRouteRulesHeaderAction.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_url_map.ComputeUrlMapPathMatcherRouteRulesHeaderAction.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeUrlMapPathMatcherRouteRulesHeaderAction,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeUrlMapPathMatcherRouteRulesHeaderAction
@Stability(Stable) @Internal public static final class ComputeUrlMapPathMatcherRouteRulesHeaderAction.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeUrlMapPathMatcherRouteRulesHeaderAction
An implementation forComputeUrlMapPathMatcherRouteRulesHeaderAction
-
-
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.compute_url_map.ComputeUrlMapPathMatcherRouteRulesHeaderAction
ComputeUrlMapPathMatcherRouteRulesHeaderAction.Builder, ComputeUrlMapPathMatcherRouteRulesHeaderAction.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeUrlMapPathMatcherRouteRulesHeaderAction.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherRouteRulesHeaderAction.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)ObjectgetRequestHeadersToAdd()request_headers_to_add block.List<String>getRequestHeadersToRemove()A list of header names for headers that need to be removed from the request prior to forwarding the request to the backendService.ObjectgetResponseHeadersToAdd()response_headers_to_add block.List<String>getResponseHeadersToRemove()A list of header names for headers that need to be removed from the response prior to sending the response back to the client.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(ComputeUrlMapPathMatcherRouteRulesHeaderAction.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeUrlMapPathMatcherRouteRulesHeaderAction.Builder.
-
-
Method Detail
-
getRequestHeadersToAdd
public final Object getRequestHeadersToAdd()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesHeaderActionrequest_headers_to_add block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#request_headers_to_add ComputeUrlMap#request_headers_to_add}
- Specified by:
getRequestHeadersToAddin interfaceComputeUrlMapPathMatcherRouteRulesHeaderAction
-
getRequestHeadersToRemove
public final List<String> getRequestHeadersToRemove()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesHeaderActionA list of header names for headers that need to be removed from the request prior to forwarding the request to the backendService.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#request_headers_to_remove ComputeUrlMap#request_headers_to_remove}
- Specified by:
getRequestHeadersToRemovein interfaceComputeUrlMapPathMatcherRouteRulesHeaderAction
-
getResponseHeadersToAdd
public final Object getResponseHeadersToAdd()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesHeaderActionresponse_headers_to_add block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#response_headers_to_add ComputeUrlMap#response_headers_to_add}
- Specified by:
getResponseHeadersToAddin interfaceComputeUrlMapPathMatcherRouteRulesHeaderAction
-
getResponseHeadersToRemove
public final List<String> getResponseHeadersToRemove()
Description copied from interface:ComputeUrlMapPathMatcherRouteRulesHeaderActionA list of header names for headers that need to be removed from the response prior to sending the response back to the client.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_url_map#response_headers_to_remove ComputeUrlMap#response_headers_to_remove}
- Specified by:
getResponseHeadersToRemovein interfaceComputeUrlMapPathMatcherRouteRulesHeaderAction
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-