Class CfnCampaign.QuietTimeProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pinpoint.CfnCampaign.QuietTimeProperty.Jsii$Proxy
All Implemented Interfaces:
CfnCampaign.QuietTimeProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnCampaign.QuietTimeProperty

@Stability(Stable) @Internal public static final class CfnCampaign.QuietTimeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCampaign.QuietTimeProperty
An implementation for CfnCampaign.QuietTimeProperty
  • 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

      protected Jsii$Proxy(CfnCampaign.QuietTimeProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnCampaign.QuietTimeProperty.Builder.
  • Method Details

    • getEnd

      public final String getEnd()
      Description copied from interface: CfnCampaign.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 CfnCampaign.QuietTimeProperty
    • getStart

      public final String getStart()
      Description copied from interface: CfnCampaign.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 CfnCampaign.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