Class Assign
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.Assign
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:49.355Z")
@Stability(Experimental)
public class Assign
extends software.amazon.jsii.JsiiObject
(experimental) Utility class representing the assigment of a value to an attribute.
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.appsync.*; Assign assign = new Assign("attr", "arg");
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(experimental) Renders the assignment as a map element.(experimental) Renders the assignment as a VTL string.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Assign
protected Assign(software.amazon.jsii.JsiiObjectRef objRef) -
Assign
protected Assign(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
Assign
- Parameters:
attr
- This parameter is required.arg
- This parameter is required.
-
-
Method Details
-
putInMap
(experimental) Renders the assignment as a map element.- Parameters:
map
- This parameter is required.
-
renderAsAssignment
(experimental) Renders the assignment as a VTL string.
-