public static final class CfnComponentVersion.ComponentDependencyRequirementProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnComponentVersion.ComponentDependencyRequirementProperty
CfnComponentVersion.ComponentDependencyRequirementProperty
CfnComponentVersion.ComponentDependencyRequirementProperty.Builder, CfnComponentVersion.ComponentDependencyRequirementProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDependencyType()
The type of this dependency.
|
java.lang.String |
getVersionRequirement()
The component version requirement for the component dependency.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDependencyType()
CfnComponentVersion.ComponentDependencyRequirementProperty
SOFT
– The component doesn't restart if the dependency changes state.HARD
– The component restarts if the dependency changes state.
Default: HARD
getDependencyType
in interface CfnComponentVersion.ComponentDependencyRequirementProperty
public final java.lang.String getVersionRequirement()
CfnComponentVersion.ComponentDependencyRequirementProperty
AWS IoT Greengrass uses semantic version constraints. For more information, see Semantic Versioning .
getVersionRequirement
in interface CfnComponentVersion.ComponentDependencyRequirementProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()