@Stability(value=Stable)
public static interface CfnIdentity.TagsProperty
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.pinpointemail.*;
TagsProperty tagsProperty = TagsProperty.builder()
.key("key")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIdentity.TagsProperty.Builder
A builder for
CfnIdentity.TagsProperty |
static class |
CfnIdentity.TagsProperty.Jsii$Proxy
An implementation for
CfnIdentity.TagsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIdentity.TagsProperty.Builder |
builder() |
default String |
getKey()
`CfnIdentity.TagsProperty.Key`.
|
default String |
getValue()
`CfnIdentity.TagsProperty.Value`.
|
@Stability(value=Stable) @Nullable default String getKey()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnIdentity.TagsProperty.Builder builder()
CfnIdentity.TagsProperty.Builder of CfnIdentity.TagsPropertyCopyright © 2021. All rights reserved.