@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.131Z") @Stability(value=Stable) public interface QueryStringCondition extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.elasticloadbalancingv2.*;
QueryStringCondition queryStringCondition = QueryStringCondition.builder()
.value("value")
// the properties below are optional
.key("key")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
QueryStringCondition.Builder
A builder for
QueryStringCondition |
static class |
QueryStringCondition.Jsii$Proxy
An implementation for
QueryStringCondition |
| Modifier and Type | Method and Description |
|---|---|
static QueryStringCondition.Builder |
builder() |
default String |
getKey()
The query string key for the condition.
|
String |
getValue()
The query string value for the condition.
|
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) @Nullable default String getKey()
Default: - Any key can be matched.
@Stability(value=Stable) static QueryStringCondition.Builder builder()
QueryStringCondition.Builder of QueryStringConditionCopyright © 2022. All rights reserved.