@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResolvedComponentVersion.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the component
version.
|
static ResolvedComponentVersion.Builder |
builder() |
String |
componentName()
The name of the component.
|
String |
componentVersion()
The version of the component.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
A message that communicates details about the vendor guidance state of the component version.
|
SdkBytes |
recipe()
The recipe of the component version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResolvedComponentVersion.Builder> |
serializableBuilderClass() |
ResolvedComponentVersion.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
VendorGuidance |
vendorGuidance()
The vendor guidance state for the component version.
|
String |
vendorGuidanceAsString()
The vendor guidance state for the component version.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the component version.
public final String componentName()
The name of the component.
public final String componentVersion()
The version of the component.
public final SdkBytes recipe()
The recipe of the component version.
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().
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.
VendorGuidancepublic 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().
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.
VendorGuidancepublic 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.
public ResolvedComponentVersion.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResolvedComponentVersion.Builder,ResolvedComponentVersion>public static ResolvedComponentVersion.Builder builder()
public static Class<? extends ResolvedComponentVersion.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.