Class CfnComponent.LatestVersionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnComponent.LatestVersionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponent.LatestVersionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComponent.LatestVersionProperty
@Stability(Stable)
@Internal
public static final class CfnComponent.LatestVersionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponent.LatestVersionProperty
An implementation for
CfnComponent.LatestVersionProperty-
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.CfnComponent.LatestVersionProperty
CfnComponent.LatestVersionProperty.Builder, CfnComponent.LatestVersionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponent.LatestVersionProperty.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 StringgetArn()The latest version Amazon Resource Name (ARN) of the Image Builder resource.final StringgetMajor()The latest version Amazon Resource Name (ARN) with the samemajorversion of the Image Builder resource.final StringgetMinor()The latest version Amazon Resource Name (ARN) with the sameminorversion of the Image Builder resource.final StringgetPatch()The latest version Amazon Resource Name (ARN) with the samepatchversion of the Image Builder resource.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 theCfnComponent.LatestVersionProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnComponent.LatestVersionPropertyThe latest version Amazon Resource Name (ARN) of the Image Builder resource.- Specified by:
getArnin interfaceCfnComponent.LatestVersionProperty- See Also:
-
getMajor
Description copied from interface:CfnComponent.LatestVersionPropertyThe latest version Amazon Resource Name (ARN) with the samemajorversion of the Image Builder resource.- Specified by:
getMajorin interfaceCfnComponent.LatestVersionProperty- See Also:
-
getMinor
Description copied from interface:CfnComponent.LatestVersionPropertyThe latest version Amazon Resource Name (ARN) with the sameminorversion of the Image Builder resource.- Specified by:
getMinorin interfaceCfnComponent.LatestVersionProperty- See Also:
-
getPatch
Description copied from interface:CfnComponent.LatestVersionPropertyThe latest version Amazon Resource Name (ARN) with the samepatchversion of the Image Builder resource.- Specified by:
getPatchin interfaceCfnComponent.LatestVersionProperty- 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()
-