Interface CfnLinkRoutingRulePropsMixin.QueryStringKeyValuePairProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLinkRoutingRulePropsMixin.QueryStringKeyValuePairProperty.Jsii$Proxy
- Enclosing class:
CfnLinkRoutingRulePropsMixin
@Stability(Stable)
public static interface CfnLinkRoutingRulePropsMixin.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.cfnpropertymixins.services.rtbfabric.*;
QueryStringKeyValuePairProperty queryStringKeyValuePairProperty = QueryStringKeyValuePairProperty.builder()
.key("key")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnLinkRoutingRulePropsMixin.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
@Stability(Stable) static CfnLinkRoutingRulePropsMixin.QueryStringKeyValuePairProperty.Builder builder()
-