Class CfnDBInstance.DBInstanceStatusInfoProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CfnDBInstance.DBInstanceStatusInfoProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDBInstance.DBInstanceStatusInfoProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDBInstance.DBInstanceStatusInfoProperty
@Stability(Stable)
@Internal
public static final class CfnDBInstance.DBInstanceStatusInfoProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDBInstance.DBInstanceStatusInfoProperty
An implementation for
CfnDBInstance.DBInstanceStatusInfoProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.CfnDBInstance.DBInstanceStatusInfoProperty
CfnDBInstance.DBInstanceStatusInfoProperty.Builder, CfnDBInstance.DBInstanceStatusInfoProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDBInstance.DBInstanceStatusInfoProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringDetails of the error if there is an error for the instance.final ObjectIndicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).final StringThe status of the DB instance.final StringThis value is currently "read replication.".final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDBInstance.DBInstanceStatusInfoProperty.Builder.
-
-
Method Details
-
getMessage
Description copied from interface:CfnDBInstance.DBInstanceStatusInfoPropertyDetails of the error if there is an error for the instance.If the instance isn't in an error state, this value is blank.
- Specified by:
getMessagein interfaceCfnDBInstance.DBInstanceStatusInfoProperty- See Also:
-
getNormal
Description copied from interface:CfnDBInstance.DBInstanceStatusInfoPropertyIndicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).Returns union: either
BooleanorIResolvable- Specified by:
getNormalin interfaceCfnDBInstance.DBInstanceStatusInfoProperty- See Also:
-
getStatus
Description copied from interface:CfnDBInstance.DBInstanceStatusInfoPropertyThe status of the DB instance.For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.
- Specified by:
getStatusin interfaceCfnDBInstance.DBInstanceStatusInfoProperty- See Also:
-
getStatusType
Description copied from interface:CfnDBInstance.DBInstanceStatusInfoPropertyThis value is currently "read replication.".- Specified by:
getStatusTypein interfaceCfnDBInstance.DBInstanceStatusInfoProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-