Class AntipatternReportResult
- java.lang.Object
-
- software.amazon.awssdk.services.migrationhubstrategy.model.AntipatternReportResult
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AntipatternReportResult.Builder,AntipatternReportResult>
@Generated("software.amazon.awssdk:codegen") public final class AntipatternReportResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AntipatternReportResult.Builder,AntipatternReportResult>
The anti-pattern report result.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAntipatternReportResult.Builder
-
Method Summary
-
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
-
analyzerName
public final AnalyzerNameUnion analyzerName()
The analyzer name.
- Returns:
- The analyzer name.
-
antiPatternReportS3Object
public final S3Object antiPatternReportS3Object()
Returns the value of the AntiPatternReportS3Object property for this object.- Returns:
- The value of the AntiPatternReportS3Object property for this object.
-
antipatternReportStatus
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,
antipatternReportStatuswill returnAntipatternReportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromantipatternReportStatusAsString().- Returns:
- The status of the anti-pattern report generation.
- See Also:
AntipatternReportStatus
-
antipatternReportStatusAsString
public 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,
antipatternReportStatuswill returnAntipatternReportStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromantipatternReportStatusAsString().- Returns:
- The status of the anti-pattern report generation.
- See Also:
AntipatternReportStatus
-
antipatternReportStatusMessage
public final String antipatternReportStatusMessage()
The status message for the anti-pattern.
- Returns:
- The status message for the anti-pattern.
-
toBuilder
public AntipatternReportResult.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AntipatternReportResult.Builder,AntipatternReportResult>
-
builder
public static AntipatternReportResult.Builder builder()
-
serializableBuilderClass
public static Class<? extends AntipatternReportResult.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-