Class CfnInstance.StateProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lightsail.CfnInstance.StateProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInstance.StateProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInstance.StateProperty
@Stability(Stable)
@Internal
public static final class CfnInstance.StateProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInstance.StateProperty
An implementation for
CfnInstance.StateProperty
-
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.lightsail.CfnInstance.StateProperty
CfnInstance.StateProperty.Builder, CfnInstance.StateProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnInstance.StateProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnInstance.StateProperty.Builder
.
-
-
Method Details
-
getCode
Description copied from interface:CfnInstance.StateProperty
The status code of the instance.- Specified by:
getCode
in interfaceCfnInstance.StateProperty
-
getName
Description copied from interface:CfnInstance.StateProperty
The state of the instance (for example,running
orpending
).- Specified by:
getName
in interfaceCfnInstance.StateProperty
-
$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()
-