Class CfnContainerRecipe.LatestVersionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnContainerRecipe.LatestVersionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerRecipe.LatestVersionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerRecipe.LatestVersionProperty
@Stability(Stable)
@Internal
public static final class CfnContainerRecipe.LatestVersionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerRecipe.LatestVersionProperty
An implementation for
CfnContainerRecipe.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.CfnContainerRecipe.LatestVersionProperty
CfnContainerRecipe.LatestVersionProperty.Builder, CfnContainerRecipe.LatestVersionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerRecipe.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 Amazon Resource Name (ARN) of the container recipe.final StringgetMajor()The latest version ARN of the created container recipe, with the same major version.final StringgetMinor()The latest version ARN of the created container recipe, with the same minor version.final StringgetPatch()The latest version ARN of the created container recipe, with the same patch version.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 theCfnContainerRecipe.LatestVersionProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnContainerRecipe.LatestVersionPropertyThe Amazon Resource Name (ARN) of the container recipe.Semantic versioning is included in each object's Amazon Resource Name (ARN), at the level that applies to that object as follows:
- Versionless ARNs and Name ARNs do not include specific values in any of the nodes. The nodes are either left off entirely, or they are specified as wildcards, for example: x.x.x.
- Version ARNs have only the first three nodes:
. . - Build version ARNs have all four nodes, and point to a specific build for a specific version of an object.
- Specified by:
getArnin interfaceCfnContainerRecipe.LatestVersionProperty- See Also:
-
getMajor
Description copied from interface:CfnContainerRecipe.LatestVersionPropertyThe latest version ARN of the created container recipe, with the same major version.- Specified by:
getMajorin interfaceCfnContainerRecipe.LatestVersionProperty- See Also:
-
getMinor
Description copied from interface:CfnContainerRecipe.LatestVersionPropertyThe latest version ARN of the created container recipe, with the same minor version.- Specified by:
getMinorin interfaceCfnContainerRecipe.LatestVersionProperty- See Also:
-
getPatch
Description copied from interface:CfnContainerRecipe.LatestVersionPropertyThe latest version ARN of the created container recipe, with the same patch version.- Specified by:
getPatchin interfaceCfnContainerRecipe.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()
-