Class RecommendationDisruptionCompliance
- java.lang.Object
-
- software.amazon.awssdk.services.resiliencehub.model.RecommendationDisruptionCompliance
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RecommendationDisruptionCompliance.Builder,RecommendationDisruptionCompliance>
@Generated("software.amazon.awssdk:codegen") public final class RecommendationDisruptionCompliance extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecommendationDisruptionCompliance.Builder,RecommendationDisruptionCompliance>
Defines a disruption compliance recommendation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecommendationDisruptionCompliance.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecommendationDisruptionCompliance.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ComplianceStatusexpectedComplianceStatus()The expected compliance status after applying the recommended configuration change.StringexpectedComplianceStatusAsString()The expected compliance status after applying the recommended configuration change.StringexpectedRpoDescription()The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.IntegerexpectedRpoInSecs()The expected RPO after applying the recommended configuration change.StringexpectedRtoDescription()The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.IntegerexpectedRtoInSecs()The expected RTO after applying the recommended configuration change.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends RecommendationDisruptionCompliance.Builder>serializableBuilderClass()RecommendationDisruptionCompliance.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
expectedComplianceStatus
public final ComplianceStatus expectedComplianceStatus()
The expected compliance status after applying the recommended configuration change.
If the service returns an enum value that is not available in the current SDK version,
expectedComplianceStatuswill returnComplianceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexpectedComplianceStatusAsString().- Returns:
- The expected compliance status after applying the recommended configuration change.
- See Also:
ComplianceStatus
-
expectedComplianceStatusAsString
public final String expectedComplianceStatusAsString()
The expected compliance status after applying the recommended configuration change.
If the service returns an enum value that is not available in the current SDK version,
expectedComplianceStatuswill returnComplianceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromexpectedComplianceStatusAsString().- Returns:
- The expected compliance status after applying the recommended configuration change.
- See Also:
ComplianceStatus
-
expectedRpoDescription
public final String expectedRpoDescription()
The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.
- Returns:
- The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.
-
expectedRpoInSecs
public final Integer expectedRpoInSecs()
The expected RPO after applying the recommended configuration change.
- Returns:
- The expected RPO after applying the recommended configuration change.
-
expectedRtoDescription
public final String expectedRtoDescription()
The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.
- Returns:
- The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.
-
expectedRtoInSecs
public final Integer expectedRtoInSecs()
The expected RTO after applying the recommended configuration change.
- Returns:
- The expected RTO after applying the recommended configuration change.
-
toBuilder
public RecommendationDisruptionCompliance.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RecommendationDisruptionCompliance.Builder,RecommendationDisruptionCompliance>
-
builder
public static RecommendationDisruptionCompliance.Builder builder()
-
serializableBuilderClass
public static Class<? extends RecommendationDisruptionCompliance.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.
-
-