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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.CfnDBInstance.DBInstanceStatusInfoProperty
CfnDBInstance.DBInstanceStatusInfoProperty.Builder, CfnDBInstance.DBInstanceStatusInfoProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDBInstance.DBInstanceStatusInfoProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
Details of the error if there is an error for the instance.final Object
Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).final String
The status of the DB instance.final String
This value is currently "read replication.".final int
hashCode()
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.DBInstanceStatusInfoProperty
Details 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:
getMessage
in interfaceCfnDBInstance.DBInstanceStatusInfoProperty
- See Also:
-
getNormal
Description copied from interface:CfnDBInstance.DBInstanceStatusInfoProperty
Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).- Specified by:
getNormal
in interfaceCfnDBInstance.DBInstanceStatusInfoProperty
- See Also:
-
getStatus
Description copied from interface:CfnDBInstance.DBInstanceStatusInfoProperty
The 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:
getStatus
in interfaceCfnDBInstance.DBInstanceStatusInfoProperty
- See Also:
-
getStatusType
Description copied from interface:CfnDBInstance.DBInstanceStatusInfoProperty
This value is currently "read replication.".- Specified by:
getStatusType
in interfaceCfnDBInstance.DBInstanceStatusInfoProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-