@Generated(value="software.amazon.awssdk:codegen") public final class AssessmentSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssessmentSummary.Builder,AssessmentSummary>
Contains the summary of the assessment results.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssessmentSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
S3Object |
antipatternReportS3Object()
The Amazon S3 object containing the anti-pattern report.
|
AntipatternReportStatus |
antipatternReportStatus()
The status of the anti-pattern report.
|
String |
antipatternReportStatusAsString()
The status of the anti-pattern report.
|
String |
antipatternReportStatusMessage()
The status message of the anti-pattern report.
|
static AssessmentSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasListAntipatternSeveritySummary()
For responses, this returns true if the service returned a value for the ListAntipatternSeveritySummary property.
|
boolean |
hasListApplicationComponentStrategySummary()
For responses, this returns true if the service returned a value for the ListApplicationComponentStrategySummary
property.
|
boolean |
hasListApplicationComponentSummary()
For responses, this returns true if the service returned a value for the ListApplicationComponentSummary
property.
|
boolean |
hasListServerStrategySummary()
For responses, this returns true if the service returned a value for the ListServerStrategySummary property.
|
boolean |
hasListServerSummary()
For responses, this returns true if the service returned a value for the ListServerSummary property.
|
Instant |
lastAnalyzedTimestamp()
The time the assessment was performed.
|
List<AntipatternSeveritySummary> |
listAntipatternSeveritySummary()
List of AntipatternSeveritySummary.
|
List<StrategySummary> |
listApplicationComponentStrategySummary()
List of ApplicationComponentStrategySummary.
|
List<ApplicationComponentSummary> |
listApplicationComponentSummary()
List of ApplicationComponentSummary.
|
List<StrategySummary> |
listServerStrategySummary()
List of ServerStrategySummary.
|
List<ServerSummary> |
listServerSummary()
List of ServerSummary.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssessmentSummary.Builder> |
serializableBuilderClass() |
AssessmentSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final S3Object antipatternReportS3Object()
The Amazon S3 object containing the anti-pattern report.
public final AntipatternReportStatus antipatternReportStatus()
The status of the anti-pattern report.
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.
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 of the anti-pattern report.
public final Instant lastAnalyzedTimestamp()
The time the assessment was performed.
public final boolean hasListAntipatternSeveritySummary()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<AntipatternSeveritySummary> listAntipatternSeveritySummary()
List of AntipatternSeveritySummary.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasListAntipatternSeveritySummary() method.
public final boolean hasListApplicationComponentStrategySummary()
isEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may
need to differentiate between the service returning nothing (or null) and the service returning an empty
collection or map. For requests, this returns true if a value for the property was specified in the request
builder, and false if a value was not specified.public final List<StrategySummary> listApplicationComponentStrategySummary()
List of ApplicationComponentStrategySummary.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the
hasListApplicationComponentStrategySummary() method.
public final boolean hasListApplicationComponentSummary()
isEmpty()
method on the property). This is useful because the SDK will never return a null collection or map, but you may
need to differentiate between the service returning nothing (or null) and the service returning an empty
collection or map. For requests, this returns true if a value for the property was specified in the request
builder, and false if a value was not specified.public final List<ApplicationComponentSummary> listApplicationComponentSummary()
List of ApplicationComponentSummary.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasListApplicationComponentSummary()
method.
public final boolean hasListServerStrategySummary()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<StrategySummary> listServerStrategySummary()
List of ServerStrategySummary.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasListServerStrategySummary() method.
public final boolean hasListServerSummary()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<ServerSummary> listServerSummary()
List of ServerSummary.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasListServerSummary() method.
public AssessmentSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssessmentSummary.Builder,AssessmentSummary>public static AssessmentSummary.Builder builder()
public static Class<? extends AssessmentSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.