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
  • Constructor Details

  • Method Details

    • getEnd

      public final String getEnd()
      Description copied from interface: CfnApplicationSettings.QuietTimeProperty
      The 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:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.

      Specified by:
      getEnd in interface CfnApplicationSettings.QuietTimeProperty
    • getStart

      public final String getStart()
      Description copied from interface: CfnApplicationSettings.QuietTimeProperty
      The 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:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.

      Specified by:
      getStart in interface CfnApplicationSettings.QuietTimeProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object