Class GetLensVersionDifferenceResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.wellarchitected.model.WellArchitectedResponse
-
- software.amazon.awssdk.services.wellarchitected.model.GetLensVersionDifferenceResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetLensVersionDifferenceResponse.Builder,GetLensVersionDifferenceResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetLensVersionDifferenceResponse extends WellArchitectedResponse implements ToCopyableBuilder<GetLensVersionDifferenceResponse.Builder,GetLensVersionDifferenceResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetLensVersionDifferenceResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbaseLensVersion()The base version of the lens.static GetLensVersionDifferenceResponse.Builderbuilder()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.List<SdkField<?>>sdkFields()static Class<? extends GetLensVersionDifferenceResponse.Builder>serializableBuilderClass()StringtargetLensVersion()The target lens version for the lens.GetLensVersionDifferenceResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.VersionDifferencesversionDifferences()Returns the value of the VersionDifferences property for this object.-
Methods inherited from class software.amazon.awssdk.services.wellarchitected.model.WellArchitectedResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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.
-
baseLensVersion
public final String baseLensVersion()
The base version of the lens.
- Returns:
- The base version of the lens.
-
targetLensVersion
public final String targetLensVersion()
The target lens version for the lens.
- Returns:
- The target lens version for the lens.
-
latestLensVersion
public final String latestLensVersion()
The latest version of the lens.
- Returns:
- The latest version of the lens.
-
versionDifferences
public final VersionDifferences versionDifferences()
Returns the value of the VersionDifferences property for this object.- Returns:
- The value of the VersionDifferences property for this object.
-
toBuilder
public GetLensVersionDifferenceResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetLensVersionDifferenceResponse.Builder,GetLensVersionDifferenceResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetLensVersionDifferenceResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetLensVersionDifferenceResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-