Class LensReviewReport
- java.lang.Object
-
- software.amazon.awssdk.services.wellarchitected.model.LensReviewReport
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<LensReviewReport.Builder,LensReviewReport>
@Generated("software.amazon.awssdk:codegen") public final class LensReviewReport extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LensReviewReport.Builder,LensReviewReport>
A report of a lens review.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLensReviewReport.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbase64String()Returns the value of the Base64String property for this object.static LensReviewReport.Builderbuilder()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 for the lens.List<SdkField<?>>sdkFields()static Class<? extends LensReviewReport.Builder>serializableBuilderClass()LensReviewReport.BuildertoBuilder()StringtoString()Returns a string representation of 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
-
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.
-
base64String
public final String base64String()
Returns the value of the Base64String property for this object.- Returns:
- The value of the Base64String property for this object.
-
toBuilder
public LensReviewReport.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<LensReviewReport.Builder,LensReviewReport>
-
builder
public static LensReviewReport.Builder builder()
-
serializableBuilderClass
public static Class<? extends LensReviewReport.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.
-
-