Class CfnComponentVersionPropsMixin.ComponentDependencyRequirementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.greengrassv2.CfnComponentVersionPropsMixin.ComponentDependencyRequirementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponentVersionPropsMixin.ComponentDependencyRequirementProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComponentVersionPropsMixin.ComponentDependencyRequirementProperty
@Stability(Stable)
@Internal
public static final class CfnComponentVersionPropsMixin.ComponentDependencyRequirementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponentVersionPropsMixin.ComponentDependencyRequirementProperty
An implementation for
CfnComponentVersionPropsMixin.ComponentDependencyRequirementProperty-
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.cfnpropertymixins.services.greengrassv2.CfnComponentVersionPropsMixin.ComponentDependencyRequirementProperty
CfnComponentVersionPropsMixin.ComponentDependencyRequirementProperty.Builder, CfnComponentVersionPropsMixin.ComponentDependencyRequirementProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponentVersionPropsMixin.ComponentDependencyRequirementProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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
protected Jsii$Proxy(CfnComponentVersionPropsMixin.ComponentDependencyRequirementProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnComponentVersionPropsMixin.ComponentDependencyRequirementProperty.Builder.
-
-
Method Details
-
getDependencyType
Description copied from interface:CfnComponentVersionPropsMixin.ComponentDependencyRequirementPropertyThe type of this dependency. Choose from the following options:.SOFT– The component doesn't restart if the dependency changes state.HARD– The component restarts if the dependency changes state.
Default:
HARD- Specified by:
getDependencyTypein interfaceCfnComponentVersionPropsMixin.ComponentDependencyRequirementProperty- See Also:
-
getVersionRequirement
Description copied from interface:CfnComponentVersionPropsMixin.ComponentDependencyRequirementPropertyThe component version requirement for the component dependency.AWS IoT Greengrass uses semantic version constraints. For more information, see Semantic Versioning .
- Specified by:
getVersionRequirementin interfaceCfnComponentVersionPropsMixin.ComponentDependencyRequirementProperty- See Also:
-
$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()
-