@Generated(value="jsii-pacmak/0.20.3 (build 26aa77c)", date="2019-11-12T00:10:00.933Z") @Stability(value=Stable) public class TreeInspector extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
|
TreeInspector() |
protected |
TreeInspector(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
TreeInspector(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String key,
Object value)
Adds attribute to bag.
|
Map<String,Object> |
getAttributes()
Represents the bag of attributes as key-value pairs.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected TreeInspector(software.amazon.jsii.JsiiObjectRef objRef)
protected TreeInspector(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public TreeInspector()
@Stability(value=Stable) public void addAttribute(String key, Object value)
key - - key for metadata. This parameter is required.value - - value of metadata. This parameter is required.Copyright © 2019. All rights reserved.