Class LensSummary
- java.lang.Object
-
- software.amazon.awssdk.services.wellarchitected.model.LensSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LensSummary.Builder,LensSummary>
@Generated("software.amazon.awssdk:codegen") public final class LensSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LensSummary.Builder,LensSummary>
A lens summary of a lens.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLensSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LensSummary.Builderbuilder()InstantcreatedAt()Returns the value of the CreatedAt property for this object.Stringdescription()Returns the value of the Description property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlensAlias()Returns the value of the LensAlias property for this object.StringlensArn()The ARN of the lens.StringlensName()Returns the value of the LensName property for this object.LensStatuslensStatus()The status of the lens.StringlensStatusAsString()The status of the lens.LensTypelensType()The type of the lens.StringlensTypeAsString()The type of the lens.StringlensVersion()The version of the lens.Stringowner()Returns the value of the Owner property for this object.List<SdkField<?>>sdkFields()static Class<? extends LensSummary.Builder>serializableBuilderClass()LensSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()Returns the value of the UpdatedAt 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
-
lensArn
public final String lensArn()
The ARN of the lens.
- Returns:
- The ARN of the lens.
-
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.
-
lensName
public final String lensName()
Returns the value of the LensName property for this object.- Returns:
- The value of the LensName property for this object.
-
lensType
public final LensType lensType()
The type of the lens.
If the service returns an enum value that is not available in the current SDK version,
lensTypewill returnLensType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlensTypeAsString().- Returns:
- The type of the lens.
- See Also:
LensType
-
lensTypeAsString
public final String lensTypeAsString()
The type of the lens.
If the service returns an enum value that is not available in the current SDK version,
lensTypewill returnLensType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlensTypeAsString().- Returns:
- The type of the lens.
- See Also:
LensType
-
description
public final String description()
Returns the value of the Description property for this object.- Returns:
- The value of the Description property for this object.
-
createdAt
public final Instant createdAt()
Returns the value of the CreatedAt property for this object.- Returns:
- The value of the CreatedAt property for this object.
-
updatedAt
public final Instant updatedAt()
Returns the value of the UpdatedAt property for this object.- Returns:
- The value of the UpdatedAt property for this object.
-
lensVersion
public final String lensVersion()
The version of the lens.
- Returns:
- The version of the lens.
-
owner
public final String owner()
Returns the value of the Owner property for this object.- Returns:
- The value of the Owner property for this object.
-
lensStatus
public final LensStatus lensStatus()
The status of the lens.
If the service returns an enum value that is not available in the current SDK version,
lensStatuswill returnLensStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlensStatusAsString().- Returns:
- The status of the lens.
- See Also:
LensStatus
-
lensStatusAsString
public final String lensStatusAsString()
The status of the lens.
If the service returns an enum value that is not available in the current SDK version,
lensStatuswill returnLensStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlensStatusAsString().- Returns:
- The status of the lens.
- See Also:
LensStatus
-
toBuilder
public LensSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LensSummary.Builder,LensSummary>
-
builder
public static LensSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends LensSummary.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.
-
-