Class ResolvedComponentVersion

java.lang.Object
software.amazon.awssdk.services.greengrassv2.model.ResolvedComponentVersion
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ResolvedComponentVersion.Builder,ResolvedComponentVersion>

@Generated("software.amazon.awssdk:codegen") public final class ResolvedComponentVersion extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResolvedComponentVersion.Builder,ResolvedComponentVersion>

Contains information about a component version that is compatible to run on a Greengrass core device.

See Also:
  • Method Details

    • arn

      public final String arn()

      The ARN of the component version.

      Returns:
      The ARN of the component version.
    • componentName

      public final String componentName()

      The name of the component.

      Returns:
      The name of the component.
    • componentVersion

      public final String componentVersion()

      The version of the component.

      Returns:
      The version of the component.
    • recipe

      public final SdkBytes recipe()

      The recipe of the component version.

      Returns:
      The recipe of the component version.
    • vendorGuidance

      public final VendorGuidance vendorGuidance()

      The vendor guidance state for the component version. This state indicates whether the component version has any issues that you should consider before you deploy it. The vendor guidance state can be:

      • ACTIVE – This component version is available and recommended for use.

      • DISCONTINUED – This component version has been discontinued by its publisher. You can deploy this component version, but we recommend that you use a different version of this component.

      • DELETED – This component version has been deleted by its publisher, so you can't deploy it. If you have any existing deployments that specify this component version, those deployments will fail.

      If the service returns an enum value that is not available in the current SDK version, vendorGuidance will return VendorGuidance.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from vendorGuidanceAsString().

      Returns:
      The vendor guidance state for the component version. This state indicates whether the component version has any issues that you should consider before you deploy it. The vendor guidance state can be:

      • ACTIVE – This component version is available and recommended for use.

      • DISCONTINUED – This component version has been discontinued by its publisher. You can deploy this component version, but we recommend that you use a different version of this component.

      • DELETED – This component version has been deleted by its publisher, so you can't deploy it. If you have any existing deployments that specify this component version, those deployments will fail.

      See Also:
    • vendorGuidanceAsString

      public final String vendorGuidanceAsString()

      The vendor guidance state for the component version. This state indicates whether the component version has any issues that you should consider before you deploy it. The vendor guidance state can be:

      • ACTIVE – This component version is available and recommended for use.

      • DISCONTINUED – This component version has been discontinued by its publisher. You can deploy this component version, but we recommend that you use a different version of this component.

      • DELETED – This component version has been deleted by its publisher, so you can't deploy it. If you have any existing deployments that specify this component version, those deployments will fail.

      If the service returns an enum value that is not available in the current SDK version, vendorGuidance will return VendorGuidance.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from vendorGuidanceAsString().

      Returns:
      The vendor guidance state for the component version. This state indicates whether the component version has any issues that you should consider before you deploy it. The vendor guidance state can be:

      • ACTIVE – This component version is available and recommended for use.

      • DISCONTINUED – This component version has been discontinued by its publisher. You can deploy this component version, but we recommend that you use a different version of this component.

      • DELETED – This component version has been deleted by its publisher, so you can't deploy it. If you have any existing deployments that specify this component version, those deployments will fail.

      See Also:
    • message

      public final String message()

      A message that communicates details about the vendor guidance state of the component version. This message communicates why a component version is discontinued or deleted.

      Returns:
      A message that communicates details about the vendor guidance state of the component version. This message communicates why a component version is discontinued or deleted.
    • toBuilder

      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<ResolvedComponentVersion.Builder,ResolvedComponentVersion>
      Returns:
      a builder for type T
    • builder

      public static ResolvedComponentVersion.Builder builder()
    • serializableBuilderClass

      public static Class<? extends ResolvedComponentVersion.Builder> serializableBuilderClass()
    • hashCode

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

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • toString

      public final String toString()
      Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.