@Generated(value="software.amazon.awssdk:codegen") public final class AntipatternReportResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AntipatternReportResult.Builder,AntipatternReportResult>
The anti-pattern report result.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AntipatternReportResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
AnalyzerNameUnion |
analyzerName()
The analyzer name.
|
S3Object |
antiPatternReportS3Object()
Returns the value of the AntiPatternReportS3Object property for this object.
|
AntipatternReportStatus |
antipatternReportStatus()
The status of the anti-pattern report generation.
|
String |
antipatternReportStatusAsString()
The status of the anti-pattern report generation.
|
String |
antipatternReportStatusMessage()
The status message for the anti-pattern.
|
static AntipatternReportResult.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AntipatternReportResult.Builder> |
serializableBuilderClass() |
AntipatternReportResult.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AnalyzerNameUnion analyzerName()
The analyzer name.
public final S3Object antiPatternReportS3Object()
public final AntipatternReportStatus antipatternReportStatus()
The status of the anti-pattern report generation.
If the service returns an enum value that is not available in the current SDK version,
antipatternReportStatus will return AntipatternReportStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from antipatternReportStatusAsString().
AntipatternReportStatuspublic final String antipatternReportStatusAsString()
The status of the anti-pattern report generation.
If the service returns an enum value that is not available in the current SDK version,
antipatternReportStatus will return AntipatternReportStatus.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from antipatternReportStatusAsString().
AntipatternReportStatuspublic final String antipatternReportStatusMessage()
The status message for the anti-pattern.
public AntipatternReportResult.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AntipatternReportResult.Builder,AntipatternReportResult>public static AntipatternReportResult.Builder builder()
public static Class<? extends AntipatternReportResult.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.