Class NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleHeaderMatchOutputReference

  • 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.137Z")
    @Stability(Stable)
    public class NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleHeaderMatchOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleHeaderMatchOutputReference

        protected NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleHeaderMatchOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleHeaderMatchOutputReference

        protected NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleHeaderMatchOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleHeaderMatchOutputReference

        @Stability(Stable)
        public NetworkServicesEdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleHeaderMatchOutputReference​(@NotNull
                                                                                                             com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                                                             @NotNull
                                                                                                             String terraformAttribute,
                                                                                                             @NotNull
                                                                                                             Number complexObjectIndex,
                                                                                                             @NotNull
                                                                                                             Boolean complexObjectIsFromSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        complexObjectIndex - the index of this item in the list. This parameter is required.
        complexObjectIsFromSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • resetExactMatch

        @Stability(Stable)
        public void resetExactMatch()
      • resetInvertMatch

        @Stability(Stable)
        public void resetInvertMatch()
      • resetPrefixMatch

        @Stability(Stable)
        public void resetPrefixMatch()
      • resetPresentMatch

        @Stability(Stable)
        public void resetPresentMatch()
      • resetSuffixMatch

        @Stability(Stable)
        public void resetSuffixMatch()
      • getExactMatchInput

        @Stability(Stable)
        @Nullable
        public String getExactMatchInput()
      • getHeaderNameInput

        @Stability(Stable)
        @Nullable
        public String getHeaderNameInput()
      • getInvertMatchInput

        @Stability(Stable)
        @Nullable
        public Object getInvertMatchInput()
      • getPrefixMatchInput

        @Stability(Stable)
        @Nullable
        public String getPrefixMatchInput()
      • getPresentMatchInput

        @Stability(Stable)
        @Nullable
        public Object getPresentMatchInput()
      • getSuffixMatchInput

        @Stability(Stable)
        @Nullable
        public String getSuffixMatchInput()
      • getExactMatch

        @Stability(Stable)
        @NotNull
        public String getExactMatch()
      • setExactMatch

        @Stability(Stable)
        public void setExactMatch​(@NotNull
                                  String value)
      • getHeaderName

        @Stability(Stable)
        @NotNull
        public String getHeaderName()
      • setHeaderName

        @Stability(Stable)
        public void setHeaderName​(@NotNull
                                  String value)
      • getInvertMatch

        @Stability(Stable)
        @NotNull
        public Object getInvertMatch()
      • setInvertMatch

        @Stability(Stable)
        public void setInvertMatch​(@NotNull
                                   Boolean value)
      • setInvertMatch

        @Stability(Stable)
        public void setInvertMatch​(@NotNull
                                   com.hashicorp.cdktf.IResolvable value)
      • getPrefixMatch

        @Stability(Stable)
        @NotNull
        public String getPrefixMatch()
      • setPrefixMatch

        @Stability(Stable)
        public void setPrefixMatch​(@NotNull
                                   String value)
      • getPresentMatch

        @Stability(Stable)
        @NotNull
        public Object getPresentMatch()
      • setPresentMatch

        @Stability(Stable)
        public void setPresentMatch​(@NotNull
                                    Boolean value)
      • setPresentMatch

        @Stability(Stable)
        public void setPresentMatch​(@NotNull
                                    com.hashicorp.cdktf.IResolvable value)
      • getSuffixMatch

        @Stability(Stable)
        @NotNull
        public String getSuffixMatch()
      • setSuffixMatch

        @Stability(Stable)
        public void setSuffixMatch​(@NotNull
                                   String value)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public Object getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)