@Stability(value=Stable)
public static interface CfnRoute.HttpQueryParameterMatchProperty
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.appmesh.*;
HttpQueryParameterMatchProperty httpQueryParameterMatchProperty = HttpQueryParameterMatchProperty.builder()
.exact("exact")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRoute.HttpQueryParameterMatchProperty.Builder
A builder for
CfnRoute.HttpQueryParameterMatchProperty |
static class |
CfnRoute.HttpQueryParameterMatchProperty.Jsii$Proxy
An implementation for
CfnRoute.HttpQueryParameterMatchProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRoute.HttpQueryParameterMatchProperty.Builder |
builder() |
default String |
getExact()
The exact query parameter to match on.
|
@Stability(value=Stable) @Nullable default String getExact()
@Stability(value=Stable) static CfnRoute.HttpQueryParameterMatchProperty.Builder builder()
Copyright © 2022. All rights reserved.