Class ImageRecipeAttributes.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.alpha.ImageRecipeAttributes.Jsii$Proxy
All Implemented Interfaces:
ImageRecipeAttributes, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ImageRecipeAttributes

@Stability(Experimental) @Internal public static final class ImageRecipeAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ImageRecipeAttributes
An implementation for ImageRecipeAttributes
  • 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(ImageRecipeAttributes.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ImageRecipeAttributes.Builder.
  • Method Details

    • getImageRecipeArn

      public final String getImageRecipeArn()
      Description copied from interface: ImageRecipeAttributes
      (experimental) The ARN of the image recipe.

      Default: - derived from the imageRecipeName

      Specified by:
      getImageRecipeArn in interface ImageRecipeAttributes
    • getImageRecipeName

      public final String getImageRecipeName()
      Description copied from interface: ImageRecipeAttributes
      (experimental) The name of the image recipe.

      Default: - derived from the imageRecipeArn

      Specified by:
      getImageRecipeName in interface ImageRecipeAttributes
    • getImageRecipeVersion

      public final String getImageRecipeVersion()
      Description copied from interface: ImageRecipeAttributes
      (experimental) The version of the image recipe.

      Default: - derived from imageRecipeArn. if a imageRecipeName is provided, the latest version, x.x.x, will be used

      Specified by:
      getImageRecipeVersion in interface ImageRecipeAttributes
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object