@Generated(value="software.amazon.awssdk:codegen") public final class LensUpgradeSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LensUpgradeSummary.Builder,LensUpgradeSummary>
Lens upgrade summary return object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LensUpgradeSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LensUpgradeSummary.Builder |
builder() |
String |
currentLensVersion()
The current version of the lens.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
latestLensVersion()
The latest version of the lens.
|
String |
lensAlias()
Returns the value of the LensAlias property for this object.
|
String |
lensArn()
The ARN for the lens.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LensUpgradeSummary.Builder> |
serializableBuilderClass() |
LensUpgradeSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workloadId()
Returns the value of the WorkloadId property for this object.
|
String |
workloadName()
Returns the value of the WorkloadName property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workloadId()
public final String workloadName()
public final String lensAlias()
public final String lensArn()
The ARN for the lens.
public final String currentLensVersion()
The current version of the lens.
public final String latestLensVersion()
The latest version of the lens.
public LensUpgradeSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LensUpgradeSummary.Builder,LensUpgradeSummary>public static LensUpgradeSummary.Builder builder()
public static Class<? extends LensUpgradeSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.