Class CfnApplicationSettings.QuietTimeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnApplicationSettings.QuietTimeProperty.Jsii$Proxy
- All Implemented Interfaces:
 CfnApplicationSettings.QuietTimeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 - CfnApplicationSettings.QuietTimeProperty
 
@Stability(Stable)
@Internal
public static final class CfnApplicationSettings.QuietTimeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationSettings.QuietTimeProperty
An implementation for 
CfnApplicationSettings.QuietTimeProperty- 
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.pinpoint.CfnApplicationSettings.QuietTimeProperty
CfnApplicationSettings.QuietTimeProperty.Builder, CfnApplicationSettings.QuietTimeProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationSettings.QuietTimeProperty.Builder.protectedJsii$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 theCfnApplicationSettings.QuietTimeProperty.Builder. 
 - 
 - 
Method Details
- 
getEnd
Description copied from interface:CfnApplicationSettings.QuietTimePropertyThe specific time when quiet time ends.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:30to represent 2:30 AM, or14:30to represent 2:30 PM.- Specified by:
 getEndin interfaceCfnApplicationSettings.QuietTimeProperty
 - 
getStart
Description copied from interface:CfnApplicationSettings.QuietTimePropertyThe specific time when quiet time begins.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:30to represent 2:30 AM, or14:30to represent 2:30 PM.- Specified by:
 getStartin interfaceCfnApplicationSettings.QuietTimeProperty
 - 
$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() 
 -