@Stability(value=Stable)
public static interface CfnVirtualGateway.JsonFormatRefProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
JsonFormatRefProperty jsonFormatRefProperty = JsonFormatRefProperty.builder()
.key("key")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVirtualGateway.JsonFormatRefProperty.Builder
A builder for
CfnVirtualGateway.JsonFormatRefProperty |
static class |
CfnVirtualGateway.JsonFormatRefProperty.Jsii$Proxy
An implementation for
CfnVirtualGateway.JsonFormatRefProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnVirtualGateway.JsonFormatRefProperty.Builder |
builder() |
String |
getKey()
`CfnVirtualGateway.JsonFormatRefProperty.Key`.
|
String |
getValue()
`CfnVirtualGateway.JsonFormatRefProperty.Value`.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnVirtualGateway.JsonFormatRefProperty.Builder builder()
Copyright © 2022. All rights reserved.