Class LensUpgradeSummary
- java.lang.Object
-
- software.amazon.awssdk.services.wellarchitected.model.LensUpgradeSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LensUpgradeSummary.Builder,LensUpgradeSummary>
@Generated("software.amazon.awssdk:codegen") public final class LensUpgradeSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LensUpgradeSummary.Builder,LensUpgradeSummary>
Lens upgrade summary return object.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLensUpgradeSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LensUpgradeSummary.Builderbuilder()StringcurrentLensVersion()The current version of the lens.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlatestLensVersion()The latest version of the lens.StringlensAlias()Returns the value of the LensAlias property for this object.StringlensArn()The ARN for the lens.StringresourceArn()ResourceArnof the lens being upgradedStringresourceName()Returns the value of the ResourceName property for this object.List<SdkField<?>>sdkFields()static Class<? extends LensUpgradeSummary.Builder>serializableBuilderClass()LensUpgradeSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkloadId()Returns the value of the WorkloadId property for this object.StringworkloadName()Returns the value of the WorkloadName property for this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
workloadId
public final String workloadId()
Returns the value of the WorkloadId property for this object.- Returns:
- The value of the WorkloadId property for this object.
-
workloadName
public final String workloadName()
Returns the value of the WorkloadName property for this object.- Returns:
- The value of the WorkloadName property for this object.
-
lensAlias
public final String lensAlias()
Returns the value of the LensAlias property for this object.- Returns:
- The value of the LensAlias property for this object.
-
lensArn
public final String lensArn()
The ARN for the lens.
- Returns:
- The ARN for the lens.
-
currentLensVersion
public final String currentLensVersion()
The current version of the lens.
- Returns:
- The current version of the lens.
-
latestLensVersion
public final String latestLensVersion()
The latest version of the lens.
- Returns:
- The latest version of the lens.
-
resourceArn
public final String resourceArn()
ResourceArnof the lens being upgraded- Returns:
ResourceArnof the lens being upgraded
-
resourceName
public final String resourceName()
Returns the value of the ResourceName property for this object.- Returns:
- The value of the ResourceName property for this object.
-
toBuilder
public LensUpgradeSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LensUpgradeSummary.Builder,LensUpgradeSummary>
-
builder
public static LensUpgradeSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends LensUpgradeSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-