Class ComponentDocumentLoop.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.alpha.ComponentDocumentLoop.Jsii$Proxy
- All Implemented Interfaces:
ComponentDocumentLoop,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ComponentDocumentLoop
@Stability(Experimental)
@Internal
public static final class ComponentDocumentLoop.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ComponentDocumentLoop
An implementation for
ComponentDocumentLoop-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.alpha.ComponentDocumentLoop
ComponentDocumentLoop.Builder, ComponentDocumentLoop.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ComponentDocumentLoop.Builder builder) Constructor that initializes the object based on literal property values passed by theComponentDocumentLoop.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal boolean(experimental) The forEach loop iterates on an explicit list of values, which can be strings and chained expressions.final ComponentDocumentForLoop(experimental) The for loop iterates on a range of integers specified within a boundary outlined by the start and end of the variables.final StringgetName()(experimental) The name of the loop, which can be used to reference.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theComponentDocumentLoop.Builder.
-
-
Method Details
-
getForValue
Description copied from interface:ComponentDocumentLoop(experimental) The for loop iterates on a range of integers specified within a boundary outlined by the start and end of the variables.Default: - none if `forEach` is provided. otherwise, `for` is required.
- Specified by:
getForValuein interfaceComponentDocumentLoop
-
getForEach
Description copied from interface:ComponentDocumentLoop(experimental) The forEach loop iterates on an explicit list of values, which can be strings and chained expressions.Default: - none if `for` is provided. otherwise, `forEach` is required.
- Specified by:
getForEachin interfaceComponentDocumentLoop
-
getName
Description copied from interface:ComponentDocumentLoop(experimental) The name of the loop, which can be used to reference.Default: loop
- Specified by:
getNamein interfaceComponentDocumentLoop
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-