Class CfnDomain.ServiceSoftwareOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opensearchservice.CfnDomain.ServiceSoftwareOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.ServiceSoftwareOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.ServiceSoftwareOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.ServiceSoftwareOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.ServiceSoftwareOptionsProperty
An implementation for
CfnDomain.ServiceSoftwareOptionsProperty
-
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.opensearchservice.CfnDomain.ServiceSoftwareOptionsProperty
CfnDomain.ServiceSoftwareOptionsProperty.Builder, CfnDomain.ServiceSoftwareOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDomain.ServiceSoftwareOptionsProperty.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
The timestamp, in Epoch time, until which you can manually request a service software update.final Object
True if you're able to cancel your service software version update.final String
The current service software version present on the domain.final String
A description of the service software update status.final String
The new service software version, if one is available.final Object
True if a service software is never automatically updated.final Object
True if you're able to update your service software version.final String
The status of your service software update.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 theCfnDomain.ServiceSoftwareOptionsProperty.Builder
.
-
-
Method Details
-
getAutomatedUpdateDate
Description copied from interface:CfnDomain.ServiceSoftwareOptionsProperty
The timestamp, in Epoch time, until which you can manually request a service software update.After this date, we automatically update your service software.
- Specified by:
getAutomatedUpdateDate
in interfaceCfnDomain.ServiceSoftwareOptionsProperty
- See Also:
-
getCancellable
Description copied from interface:CfnDomain.ServiceSoftwareOptionsProperty
True if you're able to cancel your service software version update.False if you can't cancel your service software update.
- Specified by:
getCancellable
in interfaceCfnDomain.ServiceSoftwareOptionsProperty
- See Also:
-
getCurrentVersion
Description copied from interface:CfnDomain.ServiceSoftwareOptionsProperty
The current service software version present on the domain.- Specified by:
getCurrentVersion
in interfaceCfnDomain.ServiceSoftwareOptionsProperty
- See Also:
-
getDescription
Description copied from interface:CfnDomain.ServiceSoftwareOptionsProperty
A description of the service software update status.- Specified by:
getDescription
in interfaceCfnDomain.ServiceSoftwareOptionsProperty
- See Also:
-
getNewVersion
Description copied from interface:CfnDomain.ServiceSoftwareOptionsProperty
The new service software version, if one is available.- Specified by:
getNewVersion
in interfaceCfnDomain.ServiceSoftwareOptionsProperty
- See Also:
-
getOptionalDeployment
Description copied from interface:CfnDomain.ServiceSoftwareOptionsProperty
True if a service software is never automatically updated.False if a service software is automatically updated after the automated update date.
- Specified by:
getOptionalDeployment
in interfaceCfnDomain.ServiceSoftwareOptionsProperty
- See Also:
-
getUpdateAvailable
Description copied from interface:CfnDomain.ServiceSoftwareOptionsProperty
True if you're able to update your service software version.False if you can't update your service software version.
- Specified by:
getUpdateAvailable
in interfaceCfnDomain.ServiceSoftwareOptionsProperty
- See Also:
-
getUpdateStatus
Description copied from interface:CfnDomain.ServiceSoftwareOptionsProperty
The status of your service software update.- Specified by:
getUpdateStatus
in interfaceCfnDomain.ServiceSoftwareOptionsProperty
- 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()
-