@Generated(value="software.amazon.awssdk:codegen") public final class AwsRdsDbStatusInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsRdsDbStatusInfo.Builder,AwsRdsDbStatusInfo>
Information about the status of a read replica.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsRdsDbStatusInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsRdsDbStatusInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
If the read replica is currently in an error state, provides the error details.
|
Boolean |
normal()
Whether the read replica instance is operating normally.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsRdsDbStatusInfo.Builder> |
serializableBuilderClass() |
String |
status()
The status of the read replica instance.
|
String |
statusType()
The type of status.
|
AwsRdsDbStatusInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String statusType()
The type of status. For a read replica, the status type is read replication.
public final Boolean normal()
Whether the read replica instance is operating normally.
public final String status()
The status of the read replica instance.
public final String message()
If the read replica is currently in an error state, provides the error details.
public AwsRdsDbStatusInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsRdsDbStatusInfo.Builder,AwsRdsDbStatusInfo>public static AwsRdsDbStatusInfo.Builder builder()
public static Class<? extends AwsRdsDbStatusInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.