@Stability(value=Stable)
public static interface CfnIntegration.ObjectTypeMappingProperty
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.customerprofiles.*;
ObjectTypeMappingProperty objectTypeMappingProperty = ObjectTypeMappingProperty.builder()
.key("key")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIntegration.ObjectTypeMappingProperty.Builder
A builder for
CfnIntegration.ObjectTypeMappingProperty |
static class |
CfnIntegration.ObjectTypeMappingProperty.Jsii$Proxy
An implementation for
CfnIntegration.ObjectTypeMappingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIntegration.ObjectTypeMappingProperty.Builder |
builder() |
String |
getKey()
The key.
|
String |
getValue()
The value.
|
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnIntegration.ObjectTypeMappingProperty.Builder builder()
Copyright © 2022. All rights reserved.