@Stability(value=Stable)
public static interface CfnGatewayRoute.HttpGatewayRouteMatchProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGatewayRoute.HttpGatewayRouteMatchProperty.Builder
A builder for
CfnGatewayRoute.HttpGatewayRouteMatchProperty |
static class |
CfnGatewayRoute.HttpGatewayRouteMatchProperty.Jsii$Proxy
An implementation for
CfnGatewayRoute.HttpGatewayRouteMatchProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGatewayRoute.HttpGatewayRouteMatchProperty.Builder |
builder() |
default Object |
getHeaders()
`CfnGatewayRoute.HttpGatewayRouteMatchProperty.Headers`.
|
default Object |
getHostname()
`CfnGatewayRoute.HttpGatewayRouteMatchProperty.Hostname`.
|
default String |
getMethod()
`CfnGatewayRoute.HttpGatewayRouteMatchProperty.Method`.
|
default Object |
getPath()
`CfnGatewayRoute.HttpGatewayRouteMatchProperty.Path`.
|
default String |
getPrefix()
`CfnGatewayRoute.HttpGatewayRouteMatchProperty.Prefix`.
|
default Object |
getQueryParameters()
`CfnGatewayRoute.HttpGatewayRouteMatchProperty.QueryParameters`.
|
@Stability(value=Stable) @Nullable default Object getHeaders()
@Stability(value=Stable) @Nullable default Object getHostname()
@Stability(value=Stable) @Nullable default String getMethod()
@Stability(value=Stable) @Nullable default Object getPath()
@Stability(value=Stable) @Nullable default String getPrefix()
@Stability(value=Stable) @Nullable default Object getQueryParameters()
@Stability(value=Stable) static CfnGatewayRoute.HttpGatewayRouteMatchProperty.Builder builder()
Copyright © 2021. All rights reserved.