Class LogOptions.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class LogOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LogOptions
An implementation for LogOptions
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.stepfunctions.LogOptions

    LogOptions.Builder, LogOptions.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the LogOptions.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final ILogGroup
    The log group where the execution history events will be logged.
    final Boolean
    Determines whether execution data is included in your log.
    final LogLevel
    Defines which category of execution history events are logged.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(LogOptions.Builder builder)
      Constructor that initializes the object based on literal property values passed by the LogOptions.Builder.
  • Method Details

    • getDestination

      public final ILogGroup getDestination()
      Description copied from interface: LogOptions
      The log group where the execution history events will be logged.
      Specified by:
      getDestination in interface LogOptions
    • getIncludeExecutionData

      public final Boolean getIncludeExecutionData()
      Description copied from interface: LogOptions
      Determines whether execution data is included in your log.

      Default: false

      Specified by:
      getIncludeExecutionData in interface LogOptions
    • getLevel

      public final LogLevel getLevel()
      Description copied from interface: LogOptions
      Defines which category of execution history events are logged.

      Default: ERROR

      Specified by:
      getLevel in interface LogOptions
    • $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