public static final class CfnApplicationSettings.QuietTimeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationSettings.QuietTimeProperty
CfnApplicationSettings.QuietTimeProperty
CfnApplicationSettings.QuietTimeProperty.Builder, CfnApplicationSettings.QuietTimeProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getEnd()
The specific time when quiet time ends.
|
java.lang.String |
getStart()
The specific time when quiet time begins.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getEnd()
CfnApplicationSettings.QuietTimeProperty
This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30
to represent 2:30 AM, or 14:30
to represent 2:30 PM.
getEnd
in interface CfnApplicationSettings.QuietTimeProperty
public final java.lang.String getStart()
CfnApplicationSettings.QuietTimeProperty
This value has to use 24-hour notation and be in HH:MM format, where HH is the hour (with a leading zero, if applicable) and MM is the minutes. For example, use 02:30
to represent 2:30 AM, or 14:30
to represent 2:30 PM.
getStart
in interface CfnApplicationSettings.QuietTimeProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()