Class AwsManagedComponentAttributes.Jsii$Proxy
- All Implemented Interfaces:
AwsManagedComponentAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AwsManagedComponentAttributes
AwsManagedComponentAttributes-
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.AwsManagedComponentAttributes
AwsManagedComponentAttributes.Builder, AwsManagedComponentAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAwsManagedComponentAttributes.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 booleanfinal String(experimental) The name of the AWS-managed component.final String(experimental) The version of the AWS-managed component.final Platform(experimental) The platform of the AWS-managed component.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 theAwsManagedComponentAttributes.Builder.
-
-
Method Details
-
getComponentName
Description copied from interface:AwsManagedComponentAttributes(experimental) The name of the AWS-managed component.The name of the AWS-managed component. This is a required attribute when using the
this.fromAwsManagedComponentAttributes()method. This parameter should not be provided when using the pre-defined managed component methods, such asAwsManagedComponent.updateOS()andAwsManagedComponent.reboot().Default: - none if using the pre-defined managed component methods, otherwise a platform is required when using `this.fromAwsManagedComponentAttributes()`
- Specified by:
getComponentNamein interfaceAwsManagedComponentAttributes
-
getComponentVersion
Description copied from interface:AwsManagedComponentAttributes(experimental) The version of the AWS-managed component.Default: - the latest version of the component, x.x.x
- Specified by:
getComponentVersionin interfaceAwsManagedComponentAttributes
-
getPlatform
Description copied from interface:AwsManagedComponentAttributes(experimental) The platform of the AWS-managed component.This is a required attribute when using the pre-defined managed component methods, such as
AwsManagedComponent.updateOS()andAwsManagedComponent.reboot(). This parameter should not be provided when using thethis.fromAwsManagedComponentAttributes()method.Default: - none if using `this.fromAwsManagedComponentAttributes()`, otherwise a platform is required when using the pre-defined managed component methods
- Specified by:
getPlatformin interfaceAwsManagedComponentAttributes
-
$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()
-