Interface CfnDataTableRecord.ValueProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataTableRecord.ValueProperty.Jsii$Proxy
- Enclosing class:
CfnDataTableRecord
@Stability(Stable)
public static interface CfnDataTableRecord.ValueProperty
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.connect.*;
ValueProperty valueProperty = ValueProperty.builder()
.attributeId("attributeId")
.attributeValue("attributeValue")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataTableRecord.ValuePropertystatic final classAn implementation forCfnDataTableRecord.ValueProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAttributeId
- See Also:
-
getAttributeValue
- See Also:
-
builder
-