Class EpochOutputLockingProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.EpochOutputLockingProps.Jsii$Proxy
All Implemented Interfaces:
EpochOutputLockingProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
EpochOutputLockingProps

@Stability(Experimental) @Internal public static final class EpochOutputLockingProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EpochOutputLockingProps
An implementation for EpochOutputLockingProps
  • 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(EpochOutputLockingProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the EpochOutputLockingProps.Builder.
  • Method Details

    • getCustomEpoch

      public final String getCustomEpoch()
      Description copied from interface: EpochOutputLockingProps
      (experimental) A custom epoch (ISO-8601 timestamp) to lock outputs to.

      Default: - service default

      Specified by:
      getCustomEpoch in interface EpochOutputLockingProps
    • getJamSyncTime

      public final String getJamSyncTime()
      Description copied from interface: EpochOutputLockingProps
      (experimental) A jam-sync time (ISO-8601 timestamp).

      Default: - service default

      Specified by:
      getJamSyncTime in interface EpochOutputLockingProps
    • $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