@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:26.950Z") @Stability(value=Experimental) public class AttributeValues extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
AttributeValues(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AttributeValues(software.amazon.jsii.JsiiObjectRef objRef) |
|
AttributeValues(String container) |
|
AttributeValues(String container,
List<Assign> assignments) |
| Modifier and Type | Method and Description |
|---|---|
AttributeValuesStep |
attribute(String attr)
(experimental) Allows assigning a value to the specified attribute.
|
String |
renderTemplate()
(experimental) Renders the attribute value assingments to a VTL string.
|
String |
renderVariables()
(experimental) Renders the variables required for `renderTemplate`.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected AttributeValues(software.amazon.jsii.JsiiObjectRef objRef)
protected AttributeValues(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public AttributeValues(@NotNull
String container,
@Nullable
List<Assign> assignments)
container - This parameter is required.assignments - @Stability(value=Experimental)
public AttributeValues(@NotNull
String container)
container - This parameter is required.@Stability(value=Experimental) @NotNull public AttributeValuesStep attribute(@NotNull String attr)
attr - This parameter is required.@Stability(value=Experimental) @NotNull public String renderTemplate()
@Stability(value=Experimental) @NotNull public String renderVariables()
Copyright © 2021. All rights reserved.