Interface CfnLinkRoutingRule.QueryStringKeyValuePairProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLinkRoutingRule.QueryStringKeyValuePairProperty.Jsii$Proxy
- Enclosing class:
CfnLinkRoutingRule
@Stability(Stable)
public static interface CfnLinkRoutingRule.QueryStringKeyValuePairProperty
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.rtbfabric.*;
QueryStringKeyValuePairProperty queryStringKeyValuePairProperty = QueryStringKeyValuePairProperty.builder()
.key("key")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLinkRoutingRule.QueryStringKeyValuePairPropertystatic final classAn implementation forCfnLinkRoutingRule.QueryStringKeyValuePairProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
Query string key — RFC 3986 unreserved characters.- See Also:
-
getValue
Query string value — RFC 3986 unreserved characters.- See Also:
-
builder
-