Class NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.network_services_edge_cache_service.NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.133Z") @Stability(Stable) public class NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedNetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedNetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionOutputReference
protected NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionOutputReference
protected NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionOutputReference
@Stability(Stable) public NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putRequestHeaderToAdd
@Stability(Stable) public void putRequestHeaderToAdd(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putRequestHeaderToRemove
@Stability(Stable) public void putRequestHeaderToRemove(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putResponseHeaderToAdd
@Stability(Stable) public void putResponseHeaderToAdd(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putResponseHeaderToRemove
@Stability(Stable) public void putResponseHeaderToRemove(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetRequestHeaderToAdd
@Stability(Stable) public void resetRequestHeaderToAdd()
-
resetRequestHeaderToRemove
@Stability(Stable) public void resetRequestHeaderToRemove()
-
resetResponseHeaderToAdd
@Stability(Stable) public void resetResponseHeaderToAdd()
-
resetResponseHeaderToRemove
@Stability(Stable) public void resetResponseHeaderToRemove()
-
getRequestHeaderToAdd
@Stability(Stable) @NotNull public NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionRequestHeaderToAddList getRequestHeaderToAdd()
-
getRequestHeaderToRemove
@Stability(Stable) @NotNull public NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionRequestHeaderToRemoveList getRequestHeaderToRemove()
-
getResponseHeaderToAdd
@Stability(Stable) @NotNull public NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToAddList getResponseHeaderToAdd()
-
getResponseHeaderToRemove
@Stability(Stable) @NotNull public NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderActionResponseHeaderToRemoveList getResponseHeaderToRemove()
-
getRequestHeaderToAddInput
@Stability(Stable) @Nullable public Object getRequestHeaderToAddInput()
-
getRequestHeaderToRemoveInput
@Stability(Stable) @Nullable public Object getRequestHeaderToRemoveInput()
-
getResponseHeaderToAddInput
@Stability(Stable) @Nullable public Object getResponseHeaderToAddInput()
-
getResponseHeaderToRemoveInput
@Stability(Stable) @Nullable public Object getResponseHeaderToRemoveInput()
-
getInternalValue
@Stability(Stable) @Nullable public NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleHeaderAction value)
-
-