Class AppAssessment
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AppAssessment.Builder,
AppAssessment>
Defines an application assessment.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal String
appArn()
Amazon Resource Name (ARN) of the Resilience Hub application.final String
Version of an application.final String
Amazon Resource Name (ARN) of the assessment.final String
Name of the assessment.final AssessmentStatus
Current status of the assessment for the resiliency policy.final String
Current status of the assessment for the resiliency policy.static AppAssessment.Builder
builder()
Application compliance against the resiliency policy.final Map
<String, DisruptionCompliance> Application compliance against the resiliency policy.final ComplianceStatus
Current status of the compliance for the resiliency policy.final String
Current status of the compliance for the resiliency policy.final Cost
cost()
Cost for the application.final DriftStatus
Indicates if compliance drifts (deviations) were detected while running an assessment for your application.final String
Indicates if compliance drifts (deviations) were detected while running an assessment for your application.final Instant
endTime()
End time for the action.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final boolean
For responses, this returns true if the service returned a value for the Compliance property.final int
hashCode()
final boolean
hasTags()
For responses, this returns true if the service returned a value for the Tags property.final AssessmentInvoker
invoker()
The entity that invoked the assessment.final String
The entity that invoked the assessment.final String
message()
Error or warning message from the assessment executionfinal ResiliencyPolicy
policy()
Resiliency policy of an application.final ResiliencyScore
Current resiliency score for an application.final ResourceErrorsDetails
A resource error object containing a list of errors retrieving an application's resources.static Class
<? extends AppAssessment.Builder> final Instant
Starting time for the action.final AssessmentSummary
summary()
Indicates the AI-generated summary for the Resilience Hub assessment, providing a concise overview that highlights the top risks and recommendations.tags()
Tags assigned to the resource.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final String
Version name of the published application.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
appArn
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition
:resiliencehub:region
:account
:app/app-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.- Returns:
- Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:
partition
:resiliencehub:region
:account
:app/app-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
-
appVersion
-
assessmentArn
Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:
partition
:resiliencehub:region
:account
:app-assessment/app-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.- Returns:
- Amazon Resource Name (ARN) of the assessment. The format for this ARN is: arn:
partition
:resiliencehub:region
:account
:app-assessment/app-id
. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
-
assessmentName
-
assessmentStatus
Current status of the assessment for the resiliency policy.
If the service returns an enum value that is not available in the current SDK version,
assessmentStatus
will returnAssessmentStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromassessmentStatusAsString()
.- Returns:
- Current status of the assessment for the resiliency policy.
- See Also:
-
assessmentStatusAsString
Current status of the assessment for the resiliency policy.
If the service returns an enum value that is not available in the current SDK version,
assessmentStatus
will returnAssessmentStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromassessmentStatusAsString()
.- Returns:
- Current status of the assessment for the resiliency policy.
- See Also:
-
compliance
Application compliance against the resiliency policy.
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
hasCompliance()
method.- Returns:
- Application compliance against the resiliency policy.
-
hasCompliance
public final boolean hasCompliance()For responses, this returns true if the service returned a value for the Compliance property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
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. -
complianceAsStrings
Application compliance against the resiliency policy.
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
hasCompliance()
method.- Returns:
- Application compliance against the resiliency policy.
-
complianceStatus
Current status of the compliance for the resiliency policy.
If the service returns an enum value that is not available in the current SDK version,
complianceStatus
will returnComplianceStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcomplianceStatusAsString()
.- Returns:
- Current status of the compliance for the resiliency policy.
- See Also:
-
complianceStatusAsString
Current status of the compliance for the resiliency policy.
If the service returns an enum value that is not available in the current SDK version,
complianceStatus
will returnComplianceStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromcomplianceStatusAsString()
.- Returns:
- Current status of the compliance for the resiliency policy.
- See Also:
-
cost
-
driftStatus
Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
If the service returns an enum value that is not available in the current SDK version,
driftStatus
will returnDriftStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdriftStatusAsString()
.- Returns:
- Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
- See Also:
-
driftStatusAsString
Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
If the service returns an enum value that is not available in the current SDK version,
driftStatus
will returnDriftStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromdriftStatusAsString()
.- Returns:
- Indicates if compliance drifts (deviations) were detected while running an assessment for your application.
- See Also:
-
endTime
-
invoker
The entity that invoked the assessment.
If the service returns an enum value that is not available in the current SDK version,
invoker
will returnAssessmentInvoker.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frominvokerAsString()
.- Returns:
- The entity that invoked the assessment.
- See Also:
-
invokerAsString
The entity that invoked the assessment.
If the service returns an enum value that is not available in the current SDK version,
invoker
will returnAssessmentInvoker.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frominvokerAsString()
.- Returns:
- The entity that invoked the assessment.
- See Also:
-
message
Error or warning message from the assessment execution
- Returns:
- Error or warning message from the assessment execution
-
policy
Resiliency policy of an application.
- Returns:
- Resiliency policy of an application.
-
resiliencyScore
Current resiliency score for an application.
- Returns:
- Current resiliency score for an application.
-
resourceErrorsDetails
A resource error object containing a list of errors retrieving an application's resources.
- Returns:
- A resource error object containing a list of errors retrieving an application's resources.
-
startTime
Starting time for the action.
- Returns:
- Starting time for the action.
-
summary
Indicates the AI-generated summary for the Resilience Hub assessment, providing a concise overview that highlights the top risks and recommendations.
This property is available only in the US East (N. Virginia) Region.
- Returns:
- Indicates the AI-generated summary for the Resilience Hub assessment, providing a concise overview that
highlights the top risks and recommendations.
This property is available only in the US East (N. Virginia) Region.
-
hasTags
public final boolean hasTags()For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()
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. -
tags
Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.
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
hasTags()
method.- Returns:
- Tags assigned to the resource. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key/value pair.
-
versionName
Version name of the published application.
- Returns:
- Version name of the published application.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<AppAssessment.Builder,
AppAssessment> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-