Class AwsRdsDbStatusInfo
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsRdsDbStatusInfo
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsRdsDbStatusInfo.Builder,AwsRdsDbStatusInfo>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsRdsDbStatusInfo.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsRdsDbStatusInfo.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmessage()If the read replica is currently in an error state, provides the error details.Booleannormal()Whether the read replica instance is operating normally.List<SdkField<?>>sdkFields()static Class<? extends AwsRdsDbStatusInfo.Builder>serializableBuilderClass()Stringstatus()The status of the read replica instance.StringstatusType()The type of status.AwsRdsDbStatusInfo.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
-
statusType
public final String statusType()
The type of status. For a read replica, the status type is read replication.
- Returns:
- The type of status. For a read replica, the status type is read replication.
-
normal
public final Boolean normal()
Whether the read replica instance is operating normally.
- Returns:
- Whether the read replica instance is operating normally.
-
status
public final String status()
The status of the read replica instance.
- Returns:
- The status of the read replica instance.
-
message
public final String message()
If the read replica is currently in an error state, provides the error details.
- Returns:
- If the read replica is currently in an error state, provides the error details.
-
toBuilder
public AwsRdsDbStatusInfo.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsRdsDbStatusInfo.Builder,AwsRdsDbStatusInfo>
-
builder
public static AwsRdsDbStatusInfo.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsRdsDbStatusInfo.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.
-
-