@Generated(value="software.amazon.awssdk:codegen") public final class RecommendationDisruptionCompliance extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecommendationDisruptionCompliance.Builder,RecommendationDisruptionCompliance>
Defines a disruption compliance recommendation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecommendationDisruptionCompliance.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RecommendationDisruptionCompliance.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ComplianceStatus |
expectedComplianceStatus()
The expected compliance status after applying the recommended configuration change.
|
String |
expectedComplianceStatusAsString()
The expected compliance status after applying the recommended configuration change.
|
String |
expectedRpoDescription()
The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.
|
Integer |
expectedRpoInSecs()
The expected RPO after applying the recommended configuration change.
|
String |
expectedRtoDescription()
The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.
|
Integer |
expectedRtoInSecs()
The expected RTO after applying the recommended configuration change.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RecommendationDisruptionCompliance.Builder> |
serializableBuilderClass() |
RecommendationDisruptionCompliance.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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,
expectedComplianceStatus will return ComplianceStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from expectedComplianceStatusAsString().
ComplianceStatuspublic 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,
expectedComplianceStatus will return ComplianceStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from expectedComplianceStatusAsString().
ComplianceStatuspublic final String expectedRpoDescription()
The expected Recovery Point Objective (RPO) description after applying the recommended configuration change.
public final Integer expectedRpoInSecs()
The expected RPO after applying the recommended configuration change.
public final String expectedRtoDescription()
The expected Recovery Time Objective (RTO) description after applying the recommended configuration change.
public final Integer expectedRtoInSecs()
The expected RTO after applying the recommended configuration change.
public RecommendationDisruptionCompliance.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RecommendationDisruptionCompliance.Builder,RecommendationDisruptionCompliance>public static RecommendationDisruptionCompliance.Builder builder()
public static Class<? extends RecommendationDisruptionCompliance.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.